Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp220 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); in expandPredicationInBinaryOperator()
319 auto OC = VPI.getFunctionalOpcode(); in expandPredication()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h425 Optional<unsigned> getFunctionalOpcode() const { in getFunctionalOpcode() function