Home
last modified time | relevance | path

Searched refs:getSizeOf (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGCUDANV.cpp102 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in EmitDeviceStubBody()
DCGOpenMPRuntime.cpp360 llvm::ConstantExpr::getSizeOf(IdentTy), in emitUpdateLocation()
/external/llvm/examples/BrainF/
DBrainF.cpp85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
/external/llvm/include/llvm/IR/
DConstants.h848 static Constant *getSizeOf(Type *Ty);
DIRBuilder.h1571 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/llvm/lib/IR/
DCore.cpp982 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()
2436 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()
2447 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
DConstantFold.cpp396 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
DConstants.cpp1923 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli939 See the method [llvm::ConstantExpr::getSizeOf]. *)