Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IntType

62                         QualType T, llvm::IntegerType *IntType) {
66 return CGF.Builder.CreatePtrToInt(V, IntType);
68 assert(V->getType() == IntType);
97 llvm::IntegerType *IntType =
100 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
106 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
159 llvm::IntegerType *IntType =
162 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
167 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
176 llvm::ConstantInt::get(IntType, -1));
198 llvm::IntegerType *IntType = llvm::IntegerType::get(
200 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
206 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
207 Args[2] = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType);
1827 llvm::IntegerType *IntType =
1830 llvm::Type *IntPtrType = IntType->getPointerTo();
1837 Exchange = Builder.CreatePtrToInt(Exchange, IntType);
1840 Builder.CreatePtrToInt(EmitScalarExpr(E->getArg(2)), IntType);