Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GetElementPtrInst

129                          GetElementPtrInst *GEP);
132 static int64_t Find(Value *Idx, const DataLayout *DL, GetElementPtrInst *GEP);
253 bool splitGEP(GetElementPtrInst *GEP);
258 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
274 bool canonicalizeArrayIndicesToPointerSize(GetElementPtrInst *GEP);
291 bool convertInBoundsZExtToSExt(GetElementPtrInst *GEP);
559 GetElementPtrInst *GEP) {
573 GetElementPtrInst *GEP) {
599 GetElementPtrInst *GEP) {
617 SeparateConstOffsetFromGEP::convertInBoundsZExtToSExt(GetElementPtrInst *GEP) {
654 SeparateConstOffsetFromGEP::accumulateByteOffset(GetElementPtrInst *GEP,
677 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) {
784 NewGEP = GetElementPtrInst::Create(
804 NewGEP = GetElementPtrInst::Create(
824 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(I++)) {