Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9341 SDValue PromOp = PromOps.back(); in DAGCombineTruncBoolExt() local
9344 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
9345 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
9346 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
9347 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
9348 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
9349 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
9351 PromOps.insert(PromOps.begin(), PromOp); in DAGCombineTruncBoolExt()
9355 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt()
9359 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()
[all …]