Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp75 APSInt OtherVal = Other.getValue(); in compare() local
193 APSInt OtherVal = ConvertedOther.getValue(); in add() local
217 APSInt OtherVal = ConvertedOther.getValue(); in sub() local
241 APSInt OtherVal = ConvertedOther.getValue(); in mul() local
298 APSInt OtherVal = ConvertedOther.getValue(); in div() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp732 for (unsigned OtherVal : ValueMappingIt->second) { in compareAssignmentMapping() local
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp113 llvm::Value *OtherVal = OtherV->Val; in replaceUsesWithIf() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp294 SDValue OtherVal = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, OtherVT, ScalarizeVecRes_FFREXP() local
370 SDValue OtherVal = DAG.getNode( ScalarizeVecRes_OverflowOp() local
1894 SDValue OtherVal = DAG.getNode( SplitVecRes_OverflowOp() local
2548 SDValue OtherVal = SplitVecRes_FFREXP() local
5007 SDValue OtherVal = DAG.getNode( WidenVecRes_OverflowOp() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5577 Value *OtherVal = A == Op1 ? B : A; in foldICmpEquality() local
5605 Value *OtherVal = A == Op0 ? B : A; in foldICmpEquality() local
6146 const APInt *OtherVal, in processUMulZExtIdiom()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1157 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { in TryToShrinkGlobalToBoolean()