Searched defs:NewGEPI (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 777 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local 809 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) { in visitLoadInst() local 1173 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) { in visitStoreInst() local
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 893 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local 944 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) { in visitLoadInst() local 1351 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) { in visitStoreInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 922 Instruction *NewGEPI = GEPI->clone(); in replaceGEPIdxWithZero() local 979 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Op, LI)) { in visitLoadInst() local 1399 if (Instruction *NewGEPI = replaceGEPIdxWithZero(*this, Ptr, SI)) { in visitStoreInst() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | Scalarizer.cpp | 465 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | Scalarizer.cpp | 657 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | Scalarizer.cpp | 669 if (GetElementPtrInst *NewGEPI = dyn_cast<GetElementPtrInst>(Res[I])) in visitGetElementPtrInst() local
|