Searched defs:VPInstruction (Results 1 – 4 of 4) sorted by relevance
20 class VPInstruction; variable
47 friend class VPInstruction; variable
330 VPInstruction::VPInstruction(unsigned Opcode, CmpInst::Predicate Pred, in VPInstruction() function in VPInstruction340 VPInstruction::VPInstruction(unsigned Opcode, in VPInstruction() function in VPInstruction
1311 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name) {} in VPInstruction() function