Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h569 bool getCachedResult(unsigned LOffset, unsigned ROffset) const { in getCachedResult() argument
572 if (LQueryFID != CommonFID) LOffset = LCommonOffset; in getCachedResult()
580 if (LOffset == ROffset) in getCachedResult()
583 return LOffset < ROffset; in getCachedResult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2335 int LOffset = getMemoryOpOffset(*LHS); in RescheduleOps() local
2337 assert(LHS == RHS || LOffset != ROffset); in RescheduleOps()
2338 return LOffset > ROffset; in RescheduleOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp898 Value *LOffset = EmitGEPOffset(GEPLHS); in foldGEPICmp() local
904 Type *LHSIndexTy = LOffset->getType(); in foldGEPICmp()
911 LOffset = Builder.CreateTrunc(LOffset, RHSIndexTy); in foldGEPICmp()
915 LOffset, ROffset); in foldGEPICmp()