Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp66 APSInt OtherVal = Other.getValue(); in compare() local
182 APSInt OtherVal = ConvertedOther.getValue(); in add() local
206 APSInt OtherVal = ConvertedOther.getValue(); in sub() local
230 APSInt OtherVal = ConvertedOther.getValue(); in mul() local
287 APSInt OtherVal = ConvertedOther.getValue(); in div() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp165 SVal OtherVal = Call->getArgSVal(0); in modelAssertionResultCopyConstructor() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4246 Value *OtherVal = A == Op1 ? B : A; in foldICmpEquality() local
4274 Value *OtherVal = A == Op0 ? B : A; in foldICmpEquality() local
4649 Value *OtherVal, in processUMulZExtIdiom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp279 SDValue OtherVal = DAG.getNode( in ScalarizeVecRes_OverflowOp() local
1557 SDValue OtherVal = DAG.getNode( in SplitVecRes_OverflowOp() local
3511 SDValue OtherVal = DAG.getNode( in WidenVecRes_OverflowOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1131 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { in TryToShrinkGlobalToBoolean()