Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13640 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
13665 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()
13725 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) { in DAGCombineTruncBoolExt()
13726 for (const SDNode *User : PromOps[i].getNode()->uses()) { in DAGCombineTruncBoolExt()
13736 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()
13739 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()
13740 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()
13757 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()
13863 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
13874 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()
[all …]