Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1050 static FastMathFlags getDecodedFastMathFlags(unsigned Val) { in getDecodedFastMathFlags() function
3558 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody()
3825 FMF = getDecodedFastMathFlags(Record[++OpNum]); in parseFunctionBody()
4496 FMF = getDecodedFastMathFlags(Record[OpNum++]); in parseFunctionBody()
/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()