Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp148 Value *foldGEP(GetElementPtrInst *GEP, Value *&Offsets, unsigned &Scale,
1182 Value *MVEGatherScatterLowering::foldGEP(GetElementPtrInst *GEP, in foldGEP() function in MVEGatherScatterLowering
1194 Value *BaseBasePtr = foldGEP(BaseGEP, Offsets, Scale, Builder); in foldGEP()
1220 Value *Base = foldGEP(GEP, Offsets, Scale, Builder); in optimiseAddress()