HomeSort by relevance Sort by last modified time
    Searched refs:setIsInBounds (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 130 NewGEPI->setIsInBounds(GEP->isInBounds());
  /external/llvm/include/llvm/IR/
Operator.h 369 void setIsInBounds(bool B) {
Instructions.h 814 GEP->setIsInBounds(true);
822 GEP->setIsInBounds(true);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 270 GEP2->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 411 Result->setIsInBounds(GEP->isInBounds());
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 142 GEP->setIsInBounds();
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 270 GEP2->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 741 GEP->setIsInBounds(false);
    [all...]
Scalarizer.cpp 452 NewGEPI->setIsInBounds();
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 235 if (AllInBounds) NewGEP->setIsInBounds();
    [all...]
InstCombineVectorOps.cpp 736 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds());
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 666 milliseconds