Searched refs:OtherVal (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 66 APSInt OtherVal = Other.getValue(); in compare() local 68 bool OtherSigned = OtherVal.isSigned(); in compare() 70 unsigned OtherWidth = OtherVal.getBitWidth(); in compare() 79 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare() 83 OtherVal = OtherVal.shl(CommonScale - OtherScale); in compare() 86 if (ThisVal.sgt(OtherVal)) in compare() 88 else if (ThisVal.slt(OtherVal)) in compare() 91 if (ThisVal.ugt(OtherVal)) in compare() 93 else if (ThisVal.ult(OtherVal)) in compare() 98 else if (ThisVal.ugt(OtherVal)) in compare() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 165 SVal OtherVal = Call->getArgSVal(0); in modelAssertionResultCopyConstructor() local 174 OtherVal, State); in modelAssertionResultCopyConstructor()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 4246 Value *OtherVal = A == Op1 ? B : A; in foldICmpEquality() local 4247 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType())); in foldICmpEquality() 4274 Value *OtherVal = A == Op0 ? B : A; in foldICmpEquality() local 4275 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType())); in foldICmpEquality() 4649 Value *OtherVal, in processUMulZExtIdiom() argument 4657 assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal); in processUMulZExtIdiom() 4724 if (match(OtherVal, m_And(m_Value(ValToMask), m_ConstantInt(CI)))) { in processUMulZExtIdiom() 4740 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom() 4752 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom() 4763 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1131 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { in TryToShrinkGlobalToBoolean() argument 1174 auto *CI = dyn_cast<ConstantInt>(OtherVal); in TryToShrinkGlobalToBoolean() 1225 bool StoringOther = SI->getOperand(0) == OtherVal; in TryToShrinkGlobalToBoolean() 1267 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI); in TryToShrinkGlobalToBoolean()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 279 SDValue OtherVal = DAG.getNode( in ScalarizeVecRes_OverflowOp() local 281 ReplaceValueWith(SDValue(N, OtherNo), OtherVal); in ScalarizeVecRes_OverflowOp() 1557 SDValue OtherVal = DAG.getNode( in SplitVecRes_OverflowOp() local 1560 ReplaceValueWith(SDValue(N, OtherNo), OtherVal); in SplitVecRes_OverflowOp() 3511 SDValue OtherVal = DAG.getNode( in WidenVecRes_OverflowOp() local 3513 ReplaceValueWith(SDValue(N, OtherNo), OtherVal); in WidenVecRes_OverflowOp()
|