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.cpp14275 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt() local
14276 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
14284 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt() local
14287 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
14288 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
14289 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
14290 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
14291 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
14292 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
14294 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
[all …]