Home
last modified time | relevance | path

Searched defs:InstFcmp (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h66 virtual void instrumentFcmp(LoweringContext &, class InstFcmp *) {} in instrumentFcmp()
DIceInst.cpp369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() function in Ice::InstFcmp