Lines Matching full:front
104 if (IIList.front()->getIntrinsicID() != II->getIntrinsicID()) in addInstToMergeableList()
108 if (IIList.front()->getType() != II->getType()) in addInstToMergeableList()
113 assert(IIList.front()->arg_size() == II->arg_size()); in addInstToMergeableList()
115 Value *ArgList = IIList.front()->getArgOperand(I); in addInstToMergeableList()
119 auto FragIdList = cast<ConstantInt>(IIList.front()->getArgOperand(I)); in addInstToMergeableList()
185 SmallVector<Value *, 16> Args(IIList.front()->args()); in optimizeSection()
190 Function *F = IIList.front()->getCalledFunction(); in optimizeSection()
194 Intrinsic::ID IntrinID = IIList.front()->getIntrinsicID(); in optimizeSection()
198 Type *EltTy = IIList.front()->getType()->getScalarType(); in optimizeSection()
204 IIList.front()->getArgOperand(ImageDimIntr->DMaskIndex)); in optimizeSection()
222 auto FragId = cast<ConstantInt>(IIList.front()->getArgOperand(FragIdIndex)); in optimizeSection()
226 IRBuilder<> B(IIList.front()); in optimizeSection()
240 IIList.front()->getModule(), NewIntrinID, OverloadTys); in optimizeSection()