Searched refs:getSizeOf (Results 1 – 9 of 9) sorted by relevance
102 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in EmitDeviceStubBody()
360 llvm::ConstantExpr::getSizeOf(IdentTy), in emitUpdateLocation()
85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
848 static Constant *getSizeOf(Type *Ty);
1571 ConstantExpr::getSizeOf(ArgType->getElementType()),
982 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()
396 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
1923 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
939 See the method [llvm::ConstantExpr::getSizeOf]. *)