Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11449 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
11475 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()
11552 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()
11555 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()
11556 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()
11573 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()
11691 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()
11763 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()
11767 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()
11770 if (User->getOperand(1) == PromOps[i]) in DAGCombineExtBoolTrunc()
[all …]