reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
916 static Constant *getSizeOf(Type *Ty);
95 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty);
include/llvm/IR/IRBuilder.h 2425 ConstantExpr::getSizeOf(ArgType->getElementType()),
lib/IR/ConstantFold.cpp 397 Constant *C = ConstantExpr::getSizeOf(Ty);
lib/IR/Core.cpp1464 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); 3423 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); 3434 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty));tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
1012 auto *ElemSizeOf = llvm::ConstantExpr::getSizeOf(ElemType);