Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1235 InductionDescriptor(Value * Start,InductionKind K,const SCEV * Step,BinaryOperator * BOp,SmallVectorImpl<Instruction * > * Casts) InductionDescriptor() argument
1301 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); isFPInductionPHI() local
1525 BinaryOperator *BOp = isInductionPHI() local
[all...]
H A DPHITransAddr.cpp253 if (BinaryOperator *BOp = dyn_cast<BinaryOperator>(LHS)) in translateSubExpr() local
H A DBasicAliasAnalysis.cpp406 if (const BinaryOperator *BOp = dyn_cast<BinaryOperator>(Val.V)) { GetLinearExpression() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp311 void PointerArithChecker::checkPreStmt(const BinaryOperator *BOp, in checkPreStmt()
H A DMallocOverflowSecurityChecker.cpp
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1590 BinaryOperator *BOp = OptimizeAdd() local
1661 BinaryOperator *BOp = OptimizeAdd() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp389 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) { emitBranchForMergedCondition() local
437 const Instruction *BOp = dyn_cast<Instruction>(Cond); findMergedConditions() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp870 for (const auto &BOp : B.operands()) { canSwapInstructions() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1706 const BinaryOperator *BOp = dyn_cast<BinaryOperator>(stripCond(C)); isInstrumentedCondition() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1217 if (auto *BOp = dyn_cast<BinaryOperator>(NotMask)) { canonicalizeLowbitMask() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2439 if (const CmpInst *BOp = dyn_cast<CmpInst>(Cond)) { EmitBranchForMergedCondition() local
2639 const Instruction *BOp = dyn_cast<Instruction>(Cond); FindMergedConditions() local
2823 const Instruction *BOp = dyn_cast<Instruction>(CondVal); visitBr() local
[all...]