Searched defs:OtherFPSize (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenDAGPatterns.cpp408 int OtherFPSize = 0; local
423 ++OtherFPSize;
426 --OtherFPSize;
437 || (Other.hasFloatingPointTypes() && OtherFPSize == 0))

Completed in 214 milliseconds