Searched defs:VPInstruction (Results 1 – 3 of 3) sorted by relevance
680 VPInstruction(unsigned Opcode, ArrayRef<VPValue *> Operands) in VPInstruction() function684 VPInstruction(unsigned Opcode, std::initializer_list<VPValue *> Operands) in VPInstruction() function
47 friend class VPInstruction; variable
827 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name) {} in VPInstruction() function