Searched refs:C2Splat (Results 1 – 1 of 1) sorted by relevance
897 if (Constant *C2Splat = C2->getSplatValue()) { in ConstantFoldBinaryInstruction() local898 if (Instruction::isIntDivRem(Opcode) && C2Splat->isNullValue()) in ConstantFoldBinaryInstruction()903 ? ConstantExpr::get(Opcode, C1Splat, C2Splat) in ConstantFoldBinaryInstruction()904 : ConstantFoldBinaryInstruction(Opcode, C1Splat, C2Splat); in ConstantFoldBinaryInstruction()1200 if (Constant *C2Splat = C2->getSplatValue()) in ConstantFoldCompareInstruction() local1202 ConstantFoldCompareInstruction(Predicate, C1Splat, C2Splat)) in ConstantFoldCompareInstruction()