HomeSort by relevance Sort by last modified time
    Searched refs:isInBounds (Results 26 - 37 of 37) sorted by null

12

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 612 if ((!AllowNonInbounds && !GEP->isInBounds()) ||
    [all...]
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 328 if (Init && isa<ConstantAggregateZero>(Init) && GEP->isInBounds())
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 760 if (GEP->isInBounds())
    [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 401 if (SROAStrictInbounds && GEPI.isInBounds()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 454 milliseconds

12