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

1 2

  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 130 GEP->setIsInBounds();
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 116 Int8PtrGEP->setIsInBounds(GEP->isInBounds());
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
NaryReassociate.cpp 435 NewGEP->setIsInBounds(GEP->isInBounds());
Scalarizer.cpp 466 NewGEPI->setIsInBounds();
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 357 PtrInc->setIsInBounds(IsPtrInBounds(BasePtr));
408 NewPtr->setIsInBounds(IsPtrInBounds(Ptr));
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 169 NewGEP->setIsInBounds(GEP->isInBounds());
NVPTXInferAddressSpaces.cpp 321 NewGEP->setIsInBounds(GEP->isInBounds());
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 235 void setIsInBounds(bool B) {
Instructions.h 749 GEP->setIsInBounds(true);
757 GEP->setIsInBounds(true);
823 /// setIsInBounds - Set or clear the inbounds flag on this GEP instruction.
825 void setIsInBounds(bool b = true);
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 372 void setIsInBounds(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 396 void setIsInBounds(bool B) {
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 414 Result->setIsInBounds(GEP->isInBounds());
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 413 Result->setIsInBounds(GEP->isInBounds());
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 140 GEP->setIsInBounds();
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 225 if (AllInBounds) NewGEP->setIsInBounds();
    [all...]
InstCombineVectorOps.cpp 778 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 233 if (AllInBounds) NewGEP->setIsInBounds();
    [all...]

Completed in 1244 milliseconds

1 2