Searched refs:getSizeOf (Results 1 – 17 of 17) sorted by relevance
97 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
142 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in emitDeviceStubBody()
614 static Constant *getSizeOf(Type *Ty);
693 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()1984 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()1995 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
1519 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
379 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
863 static Constant *getSizeOf(Type *Ty);
1689 ConstantExpr::getSizeOf(ArgType->getElementType()),
784 Size = ConstantExpr::getSizeOf(AggTy); in HandleByValArgument()
1085 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()2693 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()2704 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
396 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
1813 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
1241 ConstantExpr::getSizeOf(ArgType->getElementType()),
797 See the method [llvm::ConstantExpr::getSizeOf]. *)
969 See the method [llvm::ConstantExpr::getSizeOf]. *)
2582 Constant *C = ConstantExpr::getSizeOf(AllocTy); in getSizeOfExpr()