Searched refs:C2Splat (Results 1 – 1 of 1) sorted by relevance
878 if (Constant *C2Splat = C2->getSplatValue()) { in ConstantFoldBinaryInstruction() local879 if (Instruction::isIntDivRem(Opcode) && C2Splat->isNullValue()) in ConstantFoldBinaryInstruction()884 ? ConstantExpr::get(Opcode, C1Splat, C2Splat) in ConstantFoldBinaryInstruction()885 : ConstantFoldBinaryInstruction(Opcode, C1Splat, C2Splat); in ConstantFoldBinaryInstruction()1176 if (Constant *C2Splat = C2->getSplatValue()) in ConstantFoldCompareInstruction() local1178 ConstantFoldCompareInstruction(Predicate, C1Splat, C2Splat)) in ConstantFoldCompareInstruction()