Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9827 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
9853 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()
9916 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) { in DAGCombineTruncBoolExt()
9917 for (SDNode::use_iterator UI = PromOps[i].getNode()->use_begin(), in DAGCombineTruncBoolExt()
9918 UE = PromOps[i].getNode()->use_end(); in DAGCombineTruncBoolExt()
9930 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()
9933 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()
9934 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()
9951 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()
10057 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
[all …]