Home | History | Annotate | Download | only in Vectorize

Lines Matching full:vals

949     SmallVector<Value*, 2> Vals;
950 Vals.push_back(MDString::get(Context, Name));
951 Vals.push_back(ConstantInt::get(Type::getInt32Ty(Context), V));
952 return MDNode::get(Context, Vals);
963 SmallVector<Value*, 4> Vals(1);
966 Vals.push_back(LoopID->getOperand(i));
968 Vals.push_back(createHint(Context, Twine(Prefix(), "width").str(), Width));
969 Vals.push_back(createHint(Context, Twine(Prefix(), "unroll").str(), 1));
971 MDNode *NewLoopID = MDNode::get(Context, Vals);
1751 // Holds vector parameters or scalars, in case of uniform vals.
5890 // Holds vector parameters or scalars, in case of uniform vals.