Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1384 static FastMathFlags getDecodedFastMathFlags(unsigned Val) { in getDecodedFastMathFlags() function
5043 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
5085 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
5350 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
5437 FMF = getDecodedFastMathFlags(Record[++OpNum]); in parseFunctionBody()
6048 FastMathFlags FMF = getDecodedFastMathFlags(Record[Record.size() - 1]); in parseFunctionBody()
6632 FMF = getDecodedFastMathFlags(Record[OpNum++]); in parseFunctionBody()