Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InTy

4612     llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
4616 return Builder.CreateFPToUI(Ops[0], InTy);
4617 return Builder.CreateFPToSI(Ops[0], InTy);
4627 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
4629 Ops[0] = Builder.CreateBitCast(Ops[0], InTy);