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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 792 const SCEV *ScalarEvolution::getTruncateExpr(const SCEV *Op,
815 return getTruncateExpr(ST->getOperand(), Ty);
831 const SCEV *S = getTruncateExpr(SA->getOperand(i), Ty);
846 const SCEV *S = getTruncateExpr(SM->getOperand(i), Ty);
859 Operands.push_back(getTruncateExpr(AddRec->getOperand(i), Ty));
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 97 milliseconds