Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp126 std::optional<unsigned> OpcOpt = VPI.getFunctionalOpcode(); in maySpeculateLanes()
243 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator()
473 assert(*VPI.getFunctionalOpcode() == Instruction::ICmp || in expandPredicationInComparison()
474 *VPI.getFunctionalOpcode() == Instruction::FCmp); in expandPredicationInComparison()
554 auto OC = VPI.getFunctionalOpcode(); in expandPredication()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h539 std::optional<unsigned> getFunctionalOpcode() const { in getFunctionalOpcode() function