Home
last modified time | relevance | path

Searched refs:C2Splat (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp1464 if (Constant *C2Splat = C2->getSplatValue()) { in ConstantFoldBinaryInstruction() local
1465 if (Instruction::isIntDivRem(Opcode) && C2Splat->isNullValue()) in ConstantFoldBinaryInstruction()
1470 ConstantExpr::get(Opcode, C1Splat, C2Splat)); in ConstantFoldBinaryInstruction()
2103 if (Constant *C2Splat = C2->getSplatValue()) in ConstantFoldCompareInstruction() local
2106 ConstantExpr::getCompare(pred, C1Splat, C2Splat)); in ConstantFoldCompareInstruction()