Searched refs:getSizeOf (Results 1 – 8 of 8) sorted by relevance
102 llvm::ConstantExpr::getSizeOf(ArgTypes[I]), in EmitDeviceStubBody()
395 Size = ConstantExpr::getSizeOf(AggTy); in HandleByValArgument()
816 static Constant *getSizeOf(Type *Ty);
1427 ConstantExpr::getSizeOf(ArgType->getElementType()),
789 return wrap(ConstantExpr::getSizeOf(unwrap(Ty))); in LLVMSizeOf()2177 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc()2188 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc()
382 Constant *C = ConstantExpr::getSizeOf(Ty); in getFoldedSizeOf()
1767 Constant *ConstantExpr::getSizeOf(Type* Ty) { in getSizeOf() function in ConstantExpr
2600 Constant *C = ConstantExpr::getSizeOf(AllocTy); in getSizeOfExpr()