Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp733 const Constant *ConstR = dyn_cast<Constant>(R); in cmpValues() local
734 if (ConstL && ConstR) { in cmpValues()
737 return cmpConstants(ConstL, ConstR); in cmpValues()
742 if (ConstR) in cmpValues()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4445 Variable *ConstR = makeReg(IceType_i32); in lowerInt8AndInt16IcmpCond() local
4446 _mov(ConstR, in lowerInt8AndInt16IcmpCond()
4453 _cmp(ConstR, NonConstF); in lowerInt8AndInt16IcmpCond()
4456 _rsbs(T, ConstR, NonConstF); in lowerInt8AndInt16IcmpCond()