Searched defs:OtherVal (Results 1 – 7 of 7) sorted by relevance
75 APSInt OtherVal = Other.getValue(); in compare() local193 APSInt OtherVal = ConvertedOther.getValue(); in add() local217 APSInt OtherVal = ConvertedOther.getValue(); in sub() local241 APSInt OtherVal = ConvertedOther.getValue(); in mul() local298 APSInt OtherVal = ConvertedOther.getValue(); in div() local
164 SVal OtherVal = Call->getArgSVal(0); in modelAssertionResultCopyConstructor() local
732 for (unsigned OtherVal : ValueMappingIt->second) { in compareAssignmentMapping() local
113 llvm::Value *OtherVal = OtherV->Val; in replaceUsesWithIf() local
298 SDValue OtherVal = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, OtherVT, in ScalarizeVecRes_FFREXP() local374 SDValue OtherVal = DAG.getNode( in ScalarizeVecRes_OverflowOp() local1898 SDValue OtherVal = DAG.getNode( in SplitVecRes_OverflowOp() local2552 SDValue OtherVal = in SplitVecRes_FFREXP() local5011 SDValue OtherVal = DAG.getNode( in WidenVecRes_OverflowOp() local
5577 Value *OtherVal = A == Op1 ? B : A; in foldICmpEquality() local5605 Value *OtherVal = A == Op0 ? B : A; in foldICmpEquality() local6146 const APInt *OtherVal, in processUMulZExtIdiom()
1157 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { in TryToShrinkGlobalToBoolean()