Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13945 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
13970 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()
14041 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()
14044 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()
14045 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()
14062 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()
14179 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()
14245 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()
14249 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()
14252 if (User->getOperand(1) == PromOps[i]) in DAGCombineExtBoolTrunc()
[all …]