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.cpp1399 static FastMathFlags getDecodedFastMathFlags(unsigned Val) { in getDecodedFastMathFlags() function
5127 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
5169 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
5215 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
5439 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
5526 FMF = getDecodedFastMathFlags(Record[++OpNum]); in parseFunctionBody()
6144 FastMathFlags FMF = getDecodedFastMathFlags(Record[Record.size() - 1]); in parseFunctionBody()
6728 FMF = getDecodedFastMathFlags(Record[OpNum++]); in parseFunctionBody()