Searched refs:FullOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp234 Value *FullOffset = ResBuilder.CreateAdd(RuntimeBytesCopied, ResidualIndex); local
236 ResBuilder.CreateInBoundsGEP(Int8Type, SrcAsInt8, FullOffset);
239 ResBuilder.CreateInBoundsGEP(Int8Type, DstAsInt8, FullOffset);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp475 uint64_t FullOffset = C->getValue()->getZExtValue(); local
476 if (FullOffset < SL.getSizeInBytes()) {
477 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
482 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp337 int64_t FullOffset = Offset + getMUBUFInstrOffset(MI);
339 return !isUInt<12>(FullOffset);

Completed in 117 milliseconds