Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:Vals

745     SmallVector<Value*, 2> Vals;
746 Vals.push_back(MDString::get(Context, Name));
747 Vals.push_back(ConstantInt::get(Type::getInt32Ty(Context), V));
748 return MDNode::get(Context, Vals);
759 SmallVector<Value*, 4> Vals(1);
762 Vals.push_back(LoopID->getOperand(i));
764 Vals.push_back(createHint(Context, Twine(Prefix(), "width").str(), Width));
766 MDNode *NewLoopID = MDNode::get(Context, Vals);
1254 // Holds vector parameters or scalars, in case of uniform vals.