Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1221 if (Constant *C1Splat = C1->getSplatValue()) { in ConstantFoldBinaryInstruction() local
1224 ? ConstantExpr::get(Opcode, C1Splat, C2Splat) in ConstantFoldBinaryInstruction()
1225 : ConstantFoldBinaryInstruction(Opcode, C1Splat, C2Splat); in ConstantFoldBinaryInstruction()
1683 if (Constant *C1Splat = C1->getSplatValue()) in ConstantFoldCompareInstruction() local
1687 ConstantExpr::getCompare(Predicate, C1Splat, C2Splat)); in ConstantFoldCompareInstruction()