Home
last modified time | relevance | path

Searched refs:VVPOpcodeOpt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2690 auto VVPOpcodeOpt = getVVPOpcode(Opcode); in lowerToVVP() local
2691 if (!VVPOpcodeOpt.hasValue()) in lowerToVVP()
2693 unsigned VVPOpcode = VVPOpcodeOpt.getValue(); in lowerToVVP()