Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Input

1094   Value *Input = RN->BaseVal;
1099 // If the type of the input of the first node is not a pointer,
1101 // actual input in the IR will be a pointer).
1114 // is not the same as the input type of the next node.
1121 Type *InpTy = Input->getType();
1123 NewInst = GetElementPtrInst::Create(ElTy, Input, A, "cgep", &*At);
1125 Input = NewInst;