Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp220 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator()
319 auto OC = VPI.getFunctionalOpcode(); in expandPredication()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h443 Optional<unsigned> getFunctionalOpcode() const { in getFunctionalOpcode() function