Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1301 if (!BOp) in isFPInductionPHI() local
1235 InductionDescriptor(Value * Start,InductionKind K,const SCEV * Step,BinaryOperator * BOp,SmallVectorImpl<Instruction * > * Casts) InductionDescriptor() argument
1525 BinaryOperator *BOp = isInductionPHI() local
[all...]
H A DPHITransAddr.cpp252 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(LHS)) translateSubExpr() local
H A DBasicAliasAnalysis.cpp375 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(Val.V)) { GetLinearExpression() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp311 void PointerArithChecker::checkPreStmt(const BinaryOperator *BOp, in checkPreStmt()
H A DMallocOverflowSecurityChecker.cpp192 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(rhse)) { in CheckAssignmentExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1673 BinaryOperator *BOp = OptimizeAdd() local
1744 BinaryOperator *BOp = OptimizeAdd() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp389 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) { in emitBranchForMergedCondition() local
437 const Instruction *BOp = dyn_cast<Instruction>(Cond); in findMergedConditions() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp846 for (const auto &BOp : B.operands()) { canSwapInstructions() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1653 const BinaryOperator *BOp = dyn_cast<BinaryOperator>(stripCond(C)); isInstrumentedCondition() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1180 if (auto *BOp = dyn_cast<BinaryOperator>(NotMask)) { canonicalizeLowbitMask() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2400 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) { EmitBranchForMergedCondition() local
2454 const Instruction *BOp = dyn_cast<Instruction>(Cond); FindMergedConditions() local
2638 const Instruction *BOp = dyn_cast<Instruction>(CondVal); visitBr() local
[all...]