Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp126 std::optional<unsigned> OpcOpt = VPI.getFunctionalOpcode(); in maySpeculateLanes() local
127 unsigned FunctionalOpc = OpcOpt.value_or((unsigned)Instruction::Call); in maySpeculateLanes()