Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp763 const Constant *ConstR = dyn_cast<Constant>(R); in cmpValues() local
764 if (ConstL && ConstR) { in cmpValues()
767 return cmpConstants(ConstL, ConstR); in cmpValues()
772 if (ConstR) in cmpValues()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1141 const Constant *ConstR = dyn_cast<Constant>(R); in cmpValues() local
1142 if (ConstL && ConstR) { in cmpValues()
1145 return cmpConstants(ConstL, ConstR); in cmpValues()
1150 if (ConstR) in cmpValues()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4630 Variable *ConstR = makeReg(IceType_i32); in lowerInt8AndInt16IcmpCond() local
4631 _mov(ConstR, in lowerInt8AndInt16IcmpCond()
4638 _cmp(ConstR, NonConstF); in lowerInt8AndInt16IcmpCond()
4641 _rsbs(T, ConstR, NonConstF); in lowerInt8AndInt16IcmpCond()