Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:BaseVal

167       Value *BaseVal;
175 BaseVal = N->BaseVal;
219 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')';
330 N->BaseVal = PtrOp;
497 if (Root1 != Root2 || (Root1 && N1->BaseVal != N2->BaseVal)) {
836 if (!isInvariantIn(Node->BaseVal, L))
871 // its parent (or the BaseVal, if it's a root node), and by the index
875 if (Instruction *PIn = dyn_cast<Instruction>(Node->BaseVal))
1094 Value *Input = RN->BaseVal;
1221 CN->BaseVal = NewInst;