Home
last modified time | relevance | path

Searched defs:VPInstruction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h777 VPInstruction(unsigned Opcode, ArrayRef<VPValue *> Operands) in VPInstruction() function
781 VPInstruction(unsigned Opcode, ArrayRef<VPInstruction *> Operands) in VPInstruction() function
788 VPInstruction(unsigned Opcode, std::initializer_list<VPValue *> Operands) in VPInstruction() function
H A DVPlanValue.h47 friend class VPInstruction; variable