Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14158 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
14183 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()
14243 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) { in DAGCombineTruncBoolExt()
14244 for (const SDNode *User : PromOps[i].getNode()->uses()) { in DAGCombineTruncBoolExt()
14254 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()
14257 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()
14258 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()
14275 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()
14381 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
14392 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()
[all …]