Searched refs:FoldCmpLoadFromIndexedGlobal (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 138 Instruction *FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP,
|
D | InstCombineCompares.cpp | 201 FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, in FoldCmpLoadFromIndexedGlobal() function in InstCombiner 1212 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV,ICI, C)) in visitICmpInstWithInstAndIntCst() 2211 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV, I)) in visitICmpInst() 2904 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV, I)) in visitFCmpInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 267 Instruction *FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP,
|
D | InstCombineCompares.cpp | 235 FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, in FoldCmpLoadFromIndexedGlobal() function in InstCombiner 1842 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV,ICI, C)) in visitICmpInstWithInstAndIntCst() 3720 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV, I)) in visitICmpInst() 4661 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV, I)) in visitFCmpInst()
|