Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15108 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt() local
15109 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
15117 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt() local
15120 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
15121 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
15122 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
15123 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
15124 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
15125 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
15127 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
[all …]