Searched refs:getSizeOf (Results 1 – 10 of 10) sorted by relevance
103 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in EmitDeviceStubBody()
85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); in header()
384 Size = ConstantExpr::getSizeOf(AggTy); in HandleByValArgument()
710 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()1995 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()2006 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
378 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
1661 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
831 static Constant *getSizeOf(Type *Ty);
1274 ConstantExpr::getSizeOf(ArgType->getElementType()),
798 See the method [llvm::ConstantExpr::getSizeOf]. *)
2601 Constant *C = ConstantExpr::getSizeOf(AllocTy); in getSizeOfExpr()