Home
last modified time | relevance | path

Searched defs:OtherVal (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp75 APSInt OtherVal = Other.getValue(); compare() local
193 APSInt OtherVal = ConvertedOther.getValue(); add() local
217 APSInt OtherVal = ConvertedOther.getValue(); sub() local
241 APSInt OtherVal = ConvertedOther.getValue(); mul() local
298 APSInt OtherVal = ConvertedOther.getValue(); div() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp164 SVal OtherVal = Call->getArgSVal(0); in modelAssertionResultCopyConstructor() local
/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp732 for (unsigned OtherVal : ValueMappingIt->second) { compareAssignmentMapping() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp288 SDValue OtherVal = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, OtherVT, ScalarizeVecRes_FFREXP() local
364 SDValue OtherVal = DAG.getNode( ScalarizeVecRes_OverflowOp() local
1875 SDValue OtherVal = DAG.getNode( SplitVecRes_OverflowOp() local
2508 SDValue OtherVal = SplitVecRes_FFREXP() local
4957 SDValue OtherVal = DAG.getNode( WidenVecRes_OverflowOp() local
[all...]
/llvm-project/clang/test/AST/Interp/
H A Drecords.cpp
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5577 Value *OtherVal = A == Op1 ? B : A; foldICmpEquality() local
5605 Value *OtherVal = A == Op0 ? B : A; foldICmpEquality() local
6146 processUMulZExtIdiom(ICmpInst & I,Value * MulVal,const APInt * OtherVal,InstCombinerImpl & IC) processUMulZExtIdiom() argument
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1157 /// are its initializer and OtherVal. See if we can shrink the global into a in TryToShrinkGlobalToBoolean() argument