Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Base

190   // If all of the base pointers of the PHI'd GEPs are from allocas, don't
230 Value *Base = FixedOperands[0];
232 GetElementPtrInst::Create(Base, makeArrayRef(FixedOperands).slice(1));