Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp125 Optional<unsigned> OpcOpt = VPI.getFunctionalOpcode(); in maySpeculateLanes() local
126 unsigned FunctionalOpc = OpcOpt.value_or((unsigned)Instruction::Call); in maySpeculateLanes()