Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1299 static bool isSupportedCastOp(unsigned Opcode);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1961 assert(isSupportedCastOp(opc) && in getCast()
2199 bool ConstantExpr::isSupportedCastOp(unsigned Opcode) { in isSupportedCastOp() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1431 return ConstantExpr::isSupportedCastOp(Opcode); in isConstExprSupported()