Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1505 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode() function
1528 return map_to_llvmopcode(unwrap<ConstantExpr>(ConstantVal)->getOpcode()); in LLVMGetConstOpcode()
2808 return map_to_llvmopcode(C->getOpcode()); in LLVMGetInstructionOpcode()
3878 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()