Searched refs:C2Splat (Results 1 – 1 of 1) sorted by relevance
1218 if (Constant *C2Splat = C2->getSplatValue()) { in ConstantFoldBinaryInstruction() local1219 if (Instruction::isIntDivRem(Opcode) && C2Splat->isNullValue()) in ConstantFoldBinaryInstruction()1224 ? ConstantExpr::get(Opcode, C1Splat, C2Splat) in ConstantFoldBinaryInstruction()1225 : ConstantFoldBinaryInstruction(Opcode, C1Splat, C2Splat); in ConstantFoldBinaryInstruction()1684 if (Constant *C2Splat = C2->getSplatValue()) in ConstantFoldCompareInstruction() local1687 ConstantExpr::getCompare(Predicate, C1Splat, C2Splat)); in ConstantFoldCompareInstruction()