reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Constants.h
  916   static Constant *getSizeOf(Type *Ty);

References

examples/BrainF/BrainF.cpp
   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.cpp
 1464   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);