Searched refs:ROffset (Results 1 – 4 of 4) sorted by relevance
483 bool getCachedResult(unsigned LOffset, unsigned ROffset) const { in getCachedResult() argument487 if (RQueryFID != CommonFID) ROffset = RCommonOffset; in getCachedResult()494 if (LOffset == ROffset) in getCachedResult()497 return LOffset < ROffset; in getCachedResult()
592 uint64_t ROffset = getROffset(Rel); in getRelocationAddress() local598 Result = ROffset + RelocatedSec->sh_addr; in getRelocationAddress()600 Result = ROffset; in getRelocationAddress()
2042 int ROffset = getMemoryOpOffset(RHS); in RescheduleOps() local2043 assert(LHS == RHS || LOffset != ROffset); in RescheduleOps()2044 return LOffset > ROffset; in RescheduleOps()
663 Value *ROffset = EmitGEPOffset(GEPRHS); in FoldGEPICmp() local669 Type *RHSIndexTy = ROffset->getType(); in FoldGEPICmp()673 ROffset = Builder->CreateTrunc(ROffset, LHSIndexTy); in FoldGEPICmp()679 LOffset, ROffset); in FoldGEPICmp()