Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1383 static bool isConstExprSupported(uint8_t Opcode) { in isConstExprSupported() function
1446 if (isConstExprSupported(BC->Opcode) && ConstOps.size() == Ops.size()) { in materializeValue()