Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1402 static bool isConstExprSupported(uint8_t Opcode) { in isConstExprSupported() function
1470 if (isConstExprSupported(BC->Opcode) && ConstOps.size() == Ops.size()) { in materializeValue()