Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp75 APSInt OtherVal = Other.getValue(); in compare() local
187 APSInt OtherVal = ConvertedOther.getValue(); add() local
211 APSInt OtherVal = ConvertedOther.getValue(); sub() local
235 APSInt OtherVal = ConvertedOther.getValue(); mul() local
292 APSInt OtherVal = ConvertedOther.getValue(); div() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp164 SVal OtherVal = Call->getArgSVal(0); in modelAssertionResultCopyConstructor() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp732 for (unsigned OtherVal : ValueMappingIt->second) { in compareAssignmentMapping() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp252 SDValue OtherVal = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, OtherVT, ScalarizeVecRes_FFREXP() local
328 SDValue OtherVal = DAG.getNode( ScalarizeVecRes_OverflowOp() local
1758 SDValue OtherVal = DAG.getNode( SplitVecRes_OverflowOp() local
2374 SDValue OtherVal = SplitVecRes_FFREXP() local
4722 SDValue OtherVal = DAG.getNode( WidenVecRes_OverflowOp() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5249 Value *OtherVal = A == Op1 ? B : A; foldICmpEquality() local
5292 Value *OtherVal = A == Op0 ? B : A; foldICmpEquality() local
5817 processUMulZExtIdiom(ICmpInst & I,Value * MulVal,const APInt * OtherVal,InstCombinerImpl & IC) processUMulZExtIdiom() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1146 TryToShrinkGlobalToBoolean(GlobalVariable * GV,Constant * OtherVal) TryToShrinkGlobalToBoolean() argument