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

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 135 GEP->setIsInBounds();
  /external/llvm/include/llvm/IR/
Operator.h 365 void setIsInBounds(bool B) {
Instructions.h 750 GEP->setIsInBounds(true);
758 GEP->setIsInBounds(true);
847 /// setIsInBounds - Set or clear the inbounds flag on this GEP instruction.
849 void setIsInBounds(bool b = 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 414 Result->setIsInBounds(GEP->isInBounds());
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 270 GEP2->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 233 if (AllInBounds) NewGEP->setIsInBounds();
    [all...]
InstCombineVectorOps.cpp 641 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 355 milliseconds