HomeSort by relevance Sort by last modified time
    Searched defs:SimpleV (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 79 Value *SimpleV = nullptr;
82 SimpleV =
85 SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL);
87 if (Constant *C = dyn_cast_or_null<Constant>(SimpleV))
90 if (SimpleV)
InlineCost.cpp 766 Value *SimpleV = nullptr;
768 SimpleV =
771 SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL);
773 if (Constant *C = dyn_cast_or_null<Constant>(SimpleV)) {
    [all...]

Completed in 967 milliseconds