Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp885 static FastMathFlags getDecodedFastMathFlags(unsigned Val) { in getDecodedFastMathFlags() function
4546 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
4813 FMF = getDecodedFastMathFlags(Record[++OpNum]); in parseFunctionBody()
5483 FMF = getDecodedFastMathFlags(Record[OpNum++]); in parseFunctionBody()