Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp124 std::size_t BO2 = Fmt.find_first_of('{', 1); in splitLiteralAndReplacement() local
125 if (BO2 < BC) in splitLiteralAndReplacement()
126 return std::make_pair(ReplacementItem{Fmt.substr(0, BO2)}, in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1128 BinaryOperatorKind BO2; in checkIncorrectLogicOperator() local
1129 std::tie(DeclExpr2, BO2, NumExpr2) = tryNormalizeBinaryOperator(RHS); in checkIncorrectLogicOperator()
1185 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp957 auto *BO2 = dyn_cast<Instruction>(I.getOperand(1 - ShOpnum)); in foldBinOpShiftWithShift() local
958 if (!BO2) in foldBinOpShiftWithShift()
961 unsigned BinOpc = BO2->getOpcode(); in foldBinOpShiftWithShift()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3405 BinaryOperator *BO2 = nullptr; in getInvertibleOperands() local
3409 !matchSimpleRecurrence(PN2, BO2, Start2, Step2)) in getInvertibleOperands()
3413 cast<Operator>(BO2)); in getInvertibleOperands()