Searched refs:getDecodedFastMathFlags (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1163 static FastMathFlags getDecodedFastMathFlags(unsigned Val) { function
3951 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]);
3987 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]);
4192 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]);
4270 FMF = getDecodedFastMathFlags(Record[++OpNum]);
4743 FastMathFlags FMF = getDecodedFastMathFlags(Record[Record.size() - 1]);
5097 FMF = getDecodedFastMathFlags(Record[OpNum++]);

Completed in 68 milliseconds