Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1342 static bool isSupportedBinOp(unsigned Opcode);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2307 assert(isSupportedBinOp(Opcode) && in get()
2371 bool ConstantExpr::isSupportedBinOp(unsigned Opcode) { in isSupportedBinOp() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1498 return ConstantExpr::isSupportedBinOp(Opcode); in isConstExprSupported()