Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7594 SDValue PromOp = PromOps.back(); in DAGCombineTruncBoolExt() local
7597 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
7598 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
7599 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
7600 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
7601 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
7602 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
7604 PromOps.insert(PromOps.begin(), PromOp); in DAGCombineTruncBoolExt()
7608 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt()
7612 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()
[all …]