Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1351 static bool isSupportedBinOp(unsigned Opcode);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2268 assert(isSupportedBinOp(Opcode) && in get()
2351 bool ConstantExpr::isSupportedBinOp(unsigned Opcode) { in isSupportedBinOp() function in ConstantExpr
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1413 return ConstantExpr::isSupportedBinOp(Opcode); in isConstExprSupported()