Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp17085 SDValue FalseOpnd = N->getOperand(2); in combineVSelect() local
17089 FalseOpnd.getOpcode() != ISD::SUB) in combineVSelect()
17097 if (!(Cond.hasOneUse() || TrueOpnd.hasOneUse() || FalseOpnd.hasOneUse())) in combineVSelect()
17111 std::swap(TrueOpnd, FalseOpnd); in combineVSelect()
17123 FalseOpnd.getOperand(0) == CmpOpnd2 && in combineVSelect()
17124 FalseOpnd.getOperand(1) == CmpOpnd1) { in combineVSelect()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14003 auto FalseOpnd = dyn_cast<ConstantFPSDNode>(Select.getOperand(2)); in visitFMUL() local
14005 if (TrueOpnd && FalseOpnd && in visitFMUL()
14018 std::swap(TrueOpnd, FalseOpnd); in visitFMUL()
14026 if (TrueOpnd->isExactlyValue(-1.0) && FalseOpnd->isExactlyValue(1.0) && in visitFMUL()
14030 if (TrueOpnd->isExactlyValue(1.0) && FalseOpnd->isExactlyValue(-1.0)) in visitFMUL()