Home
last modified time | relevance | path

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

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