Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp162 llvm::StringMap<BinaryOperatorKind> BinOps{ in operationKindFromOverloadedOperator() local
175 auto BinOpIt = BinOps.find(Spelling); \ in operationKindFromOverloadedOperator()
176 if (BinOpIt != BinOps.end()) \ in operationKindFromOverloadedOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14991 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
15002 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt()
15010 while (!BinOps.empty()) { in DAGCombineTruncBoolExt()
15011 SDValue BinOp = BinOps.pop_back_val(); in DAGCombineTruncBoolExt()
15040 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt()
15213 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
15218 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc()
15219 SDValue BinOp = BinOps.pop_back_val(); in DAGCombineExtBoolTrunc()
15241 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineExtBoolTrunc()