Searched defs:VPInstruction (Results 1 – 2 of 2) sorted by relevance
777 VPInstruction(unsigned Opcode, ArrayRef<VPValue *> Operands) in VPInstruction() function781 VPInstruction(unsigned Opcode, ArrayRef<VPInstruction *> Operands) in VPInstruction() function788 VPInstruction(unsigned Opcode, std::initializer_list<VPValue *> Operands) in VPInstruction() function
47 friend class VPInstruction; variable