Home
last modified time | relevance | path

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

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