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.h1348 static bool isSupportedCastOp(unsigned Opcode);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2188 assert(isSupportedCastOp(opc) && in getCast()
2420 bool ConstantExpr::isSupportedCastOp(unsigned Opcode) { in isSupportedCastOp() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1501 return ConstantExpr::isSupportedCastOp(Opcode); in isConstExprSupported()