Home
last modified time | relevance | path

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

/openbsd-src/share/misc/
H A Dairport401 CVN:Clovis, New Mexico, USA
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15683 APInt CVM, CVN; in performMulCombine() local
15694 isPowPlusPlusConst(ConstValue, CVM, CVN)) { in performMulCombine()
15696 APInt CVNMinus1 = CVN - 1; in performMulCombine()
17689 } else if (ConstantSDNode *CVN = dyn_cast<ConstantSDNode>(N->getOperand(2))) { in tryCombineShiftImm() local
17690 ShiftAmount = CVN->getSExtValue(); in tryCombineShiftImm()