Home
last modified time | relevance | path

Searched refs:FoldCmpLoadFromIndexedGlobal (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h138 Instruction *FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP,
DInstCombineCompares.cpp201 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/
DInstCombineInternal.h267 Instruction *FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP,
DInstCombineCompares.cpp235 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()