Searched refs:ParamPos (Results 1 – 3 of 3) sorted by relevance
167 assert(VFParam.ParamPos < II->arg_size() && "ParamPos has invalid range"); in replaceWithCallToVeclib()168 Type *OrigTy = II->getArgOperand(VFParam.ParamPos)->getType(); in replaceWithCallToVeclib()171 << ". Wrong type at index " << VFParam.ParamPos << ": " in replaceWithCallToVeclib()
6233 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()6241 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()
10968 unsigned ParamPos = ParamPositions.size(); in emitDeclareSimdFunction() local10970 ParamPositions.try_emplace(P->getCanonicalDecl(), ParamPos); in emitDeclareSimdFunction()10971 ++ParamPos; in emitDeclareSimdFunction()