Searched refs:CurrVal (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 1130 Value *CurrVal = ValueNumPair.first; in createCanonicalRelationFrom() local 1135 std::optional<unsigned> OLargeTargetGVN = TargetCandLarge.getGVN(CurrVal); in createCanonicalRelationFrom()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 9739 SDValue CurrVal = DAG.getConstant(0, SL, IntVT); in scalarizeVectorStore() local 9752 CurrVal = DAG.getNode(ISD::OR, SL, IntVT, CurrVal, ShiftedElt); in scalarizeVectorStore() 9755 return DAG.getStore(Chain, SL, CurrVal, BasePtr, ST->getPointerInfo(), in scalarizeVectorStore()
|