Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp822 const APInt *I01, *I1; // powers of two; I1 == I01 << 1 in foldSignedTruncationCheck() local
824 m_ICmp(Pred, m_Add(m_Value(X), m_Power2(I01)), m_Power2(I1))) && in foldSignedTruncationCheck()
825 Pred == ICmpInst::ICMP_ULT && I1->ugt(*I01) && I01->shl(1) == *I1)) in foldSignedTruncationCheck()
828 SignBitMask = *I01; in foldSignedTruncationCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4119 APInt I01 = C01->getAPIntValue(); in optimizeSetCCOfSignedTruncationCheck() local
4121 auto checkConstants = [&I1, &I01]() -> bool { in optimizeSetCCOfSignedTruncationCheck()
4123 return I1.ugt(I01) && I1.isPowerOf2() && I01.isPowerOf2(); in optimizeSetCCOfSignedTruncationCheck()
4131 I01.negate(); in optimizeSetCCOfSignedTruncationCheck()
4141 const unsigned KeptBitsMinusOne = I01.logBase2(); in optimizeSetCCOfSignedTruncationCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedOryon.td265 // 1 cycles on I01.