Searched refs:OtherVal (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | APFixedPoint.cpp | 75 APSInt OtherVal = Other.getValue(); in compare() local 77 bool OtherSigned = OtherVal.isSigned(); in compare() 84 OtherVal = OtherVal.extOrTrunc(CommonWidth); in compare() 87 OtherVal = OtherVal.shl(Other.getLsbWeight() - CommonLsb); in compare() 90 if (ThisVal.sgt(OtherVal)) in compare() 92 else if (ThisVal.slt(OtherVal)) in compare() 95 if (ThisVal.ugt(OtherVal)) in compare() 97 else if (ThisVal.ult(OtherVal)) in compare() 102 else if (ThisVal.ugt(OtherVal)) in compare() 104 else if (ThisVal.ult(OtherVal)) in compare() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | GTestChecker.cpp | 166 SVal OtherVal = Call->getArgSVal(0); in modelAssertionResultCopyConstructor() local 175 OtherVal, State); in modelAssertionResultCopyConstructor()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 4571 Value *OtherVal = A == Op1 ? B : A; in foldICmpEquality() local 4572 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType())); in foldICmpEquality() 4599 Value *OtherVal = A == Op0 ? B : A; in foldICmpEquality() local 4600 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType())); in foldICmpEquality() 5094 Value *OtherVal, in processUMulZExtIdiom() argument 5102 assert(I.getOperand(0) == OtherVal || I.getOperand(1) == OtherVal); in processUMulZExtIdiom() 5169 if (match(OtherVal, m_And(m_Value(ValToMask), m_ConstantInt(CI)))) { in processUMulZExtIdiom() 5185 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom() 5197 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom() 5208 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in processUMulZExtIdiom() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 1128 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorTypes.cpp | 292 SDValue OtherVal = DAG.getNode( in ScalarizeVecRes_OverflowOp() local 294 ReplaceValueWith(SDValue(N, OtherNo), OtherVal); in ScalarizeVecRes_OverflowOp() 1700 SDValue OtherVal = DAG.getNode( in SplitVecRes_OverflowOp() local 1703 ReplaceValueWith(SDValue(N, OtherNo), OtherVal); in SplitVecRes_OverflowOp() 4513 SDValue OtherVal = DAG.getNode( in WidenVecRes_OverflowOp() local 4515 ReplaceValueWith(SDValue(N, OtherNo), OtherVal); in WidenVecRes_OverflowOp()
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ReleaseNotes.rst | 349 typeof(Val) OtherVal; // type is '__attribute__((address_space(1))) const _Atomic int'
|