Searched defs:VPDoubleValueDef (Results 1 – 1 of 1) sorted by relevance
1158 struct VPDoubleValueDef : public VPRecipeBase { struct1159 VPDoubleValueDef(ArrayRef<VPValue *> Operands) : VPRecipeBase(99, Operands) { in VPDoubleValueDef() argument1164 void execute(struct VPTransformState &State) override{}; in execute()1166 void print(raw_ostream &O, const Twine &Indent, in print()