Home
last modified time | relevance | path

Searched defs:getCastOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2269 static Opcode getCastOpcode(llvm::Instruction::CastOps CastOp) { in getCastOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3207 CastInst::getCastOpcode( in getCastOpcode() function in CastInst