Home
last modified time | relevance | path

Searched refs:NegatedCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2736 ElementCount NegatedCount = NegatedOpTy->getElementCount(); in visitCallInst() local
2740 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()
2748 if (ElementCount::isKnownGT(NegatedCount, RetCount)) { in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6762 SDValue NegatedCount = DAG.getNode( in LowerShift() local
6766 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), NegatedCount); in LowerShift()