Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp125 Optional<unsigned> OpcOpt = VPI.getFunctionalOpcode(); in maySpeculateLanes()
240 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator()
533 auto OC = VPI.getFunctionalOpcode(); in expandPredication()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h450 Optional<unsigned> getFunctionalOpcode() const { in getFunctionalOpcode() function