Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.h63 virtual void instrumentCast(LoweringContext &, class InstCast *) {} in instrumentCast()
DIceInst.cpp357 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source) in InstCast() function in Ice::InstCast