Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6999 APInt VNP1 = -Value + 1; in performMulCombine() local
7000 if (VNP1.isPowerOf2()) { in performMulCombine()
7003 DAG.getConstant(VNP1.logBase2(), MVT::i64)); in performMulCombine()