Searched refs:GepIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp104 uint64_t GepIndex = BytesCopied / OperandSize; local
105 assert(GepIndex * OperandSize == BytesCopied &&
113 OpTy, CastedSrc, ConstantInt::get(TypeOfCopyLen, GepIndex));
123 OpTy, CastedDst, ConstantInt::get(TypeOfCopyLen, GepIndex));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp286 auto *GepIndex = Builder.CreateStructGEP( local
288 auto *Index = Builder.CreateLoad(Shape.getIndexType(), GepIndex, "index");
305 auto *GepIndex = Builder.CreateStructGEP(FrameTy, FramePtr, local
309 cast<PointerType>(GepIndex->getType())->getElementType()));
310 Builder.CreateStore(NullPtr, GepIndex);
312 auto *GepIndex = Builder.CreateStructGEP( local
314 Builder.CreateStore(IndexVal, GepIndex);
385 auto *GepIndex = Builder.CreateStructGEP(Shape.FrameTy, NewFramePtr, local
389 GepIndex);

Completed in 110 milliseconds