Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h264 Instruction *FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP,
DInstCombineCompares.cpp228 FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, in FoldCmpLoadFromIndexedGlobal() function in InstCombiner
1517 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV,ICI, C)) in visitICmpInstWithInstAndIntCst()
3272 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV, I)) in visitICmpInst()
4202 if (Instruction *Res = FoldCmpLoadFromIndexedGlobal(GEP, GV, I)) in visitFCmpInst()