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

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 603 Value *SimpleV = nullptr;
605 SimpleV =
608 SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL);
610 if (Constant *C = dyn_cast_or_null<Constant>(SimpleV)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 360 Value *SimpleV = nullptr;
363 SimpleV =
366 SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL);
368 if (SimpleV && CountedInstructions.insert(&I).second)
371 if (Constant *C = dyn_cast_or_null<Constant>(SimpleV)) {
    [all...]

Completed in 63 milliseconds