Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IntTy

839   Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);
846 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
848 else if (A->getType() != IntTy)
849 A = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
852 B = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
854 else if (B->getType() != IntTy)
855 B = ConstantFoldInstOperands(Instruction::BitCast, IntTy,