Lines Matching defs:UV
87 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def)
88 : SubclassID(SC), UnderlyingVal(UV), Def(Def) {
1517 auto *UV = V->getUnderlyingValue();
1519 if (!UV && !(VPI && !VPI->getName().empty())) {
1528 if (UV) {
1530 UV->printAsOperand(S, false);
1535 StringRef Prefix = UV ? "ir<" : "vp<%";
1542 if (V->isLiveIn() && isa<ConstantInt, ConstantFP>(UV))
1596 if (auto *UV = V->getUnderlyingValue()) {
1599 UV->printAsOperand(S, false);