Home
last modified time | relevance | path

Searched defs:BOp (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp939 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor()
1007 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); in isFPInductionPHI() local
1216 BinaryOperator *BOp = in isInductionPHI() local
H A DPHITransAddr.cpp264 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(LHS)) in PHITranslateSubExpr() local
H A DBasicAliasAnalysis.cpp312 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(Val.V)) { in GetLinearExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp317 void PointerArithChecker::checkPreStmt(const BinaryOperator *BOp, in checkPreStmt()
H A DMallocOverflowSecurityChecker.cpp190 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(rhse)) { in CheckAssignmentExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1631 BinaryOperator *BOp = in OptimizeAdd() local
1703 BinaryOperator *BOp = in OptimizeAdd() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp370 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) { in emitBranchForMergedCondition() local
418 const Instruction *BOp = dyn_cast<Instruction>(Cond); in findMergedConditions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1118 if (auto *BOp = dyn_cast<BinaryOperator>(NotMask)) { in canonicalizeLowbitMask() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1521 const BinaryOperator *BOp = dyn_cast<BinaryOperator>(C->IgnoreParens()); in isInstrumentedCondition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2145 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) { in EmitBranchForMergedCondition() local
2199 const Instruction *BOp = dyn_cast<Instruction>(Cond); in FindMergedConditions() local
2380 const Instruction *BOp = dyn_cast<Instruction>(CondVal); in visitBr() local