Home
last modified time | relevance | path

Searched refs:isMaxSignedValue (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h137 return RHS.isMaxSignedValue(); in isSignBitCheck()
149 return RHS.isMaxSignedValue(); in isSignBitCheck()
DInstCombineCompares.cpp1602 if (!Cmp.isEquality() && XorC->isMaxSignedValue()) { in foldICmpXorConstant()
2207 if (!C.isMaxSignedValue() && !(C + 1).shl(ShAmtVal).isMinSignedValue() && in foldICmpShrConstant()
3982 if (BO0->getOpcode() == Instruction::Xor && C->isMaxSignedValue()) { in foldICmpBinOp()
5540 if (Pred == ICmpInst::ICMP_UGT && C->isMaxSignedValue()) { in visitICmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h358 bool isMaxSignedValue() const { in isMaxSignedValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h219 return Val.isMaxSignedValue(); in isMaxValue()
DPatternMatch.h342 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h431 bool isMaxSignedValue() const { in isMaxSignedValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp116 if (SMin.isMaxSignedValue()) in makeAllowedICmpRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9069 assert(!RA.isMaxSignedValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()
9090 if (!getSignedRangeMax(RHS).isMaxSignedValue()) { in SimplifyICmpOperands()
9108 } else if (!getSignedRangeMax(LHS).isMaxSignedValue()) { in SimplifyICmpOperands()
DValueTracking.cpp4890 C2->isMaxSignedValue()) in matchMinMax()
DInstructionSimplify.cpp762 if (Known.Zero.isMaxSignedValue()) { in SimplifySubInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21577 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()