Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6183 auto *CompareRHS = dyn_cast<ConstantSDNode>(ICmp->getOperand(1)); in combineCCMask() local
6184 if (!CompareRHS) in combineCCMask()
6203 if (CompareRHS->getZExtValue() == FalseVal->getZExtValue()) in combineCCMask()
6205 else if (CompareRHS->getZExtValue() != TrueVal->getZExtValue()) in combineCCMask()
6242 if (CompareRHS->getZExtValue() != 0) in combineCCMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp222 Constant *CompareRHS = cast<Constant>(ICI.getOperand(1)); in foldCmpLoadFromIndexedGlobal() local
236 CompareRHS, DL, &TLI); in foldCmpLoadFromIndexedGlobal()