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

  /external/llvm/lib/Analysis/
InlineCost.cpp 644 Value *SimpleV = nullptr;
646 SimpleV =
649 SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL);
651 if (Constant *C = dyn_cast_or_null<Constant>(SimpleV)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 382 Value *SimpleV = nullptr;
385 SimpleV =
388 SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL);
390 if (Constant *C = dyn_cast_or_null<Constant>(SimpleV))
393 if (SimpleV)
    [all...]

Completed in 215 milliseconds