Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1485 static bool isConstExprSupported(const BitcodeConstant *BC) { in isConstExprSupported() function
1569 if (isConstExprSupported(BC) && ConstOps.size() == Ops.size()) { in materializeValue()