Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IntTy

870   Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);
877 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
879 else if (A->getType() != IntTy)
880 A = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
883 B = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
885 else if (B->getType() != IntTy)
886 B = ConstantFoldInstOperands(Instruction::BitCast, IntTy,