Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp963 const APInt &AP1, in foldICmpShrConstConst() argument
981 if (AP2.isNegative() != AP1.isNegative()) in foldICmpShrConstConst()
983 if (AP2.sgt(AP1)) in foldICmpShrConstConst()
987 if (!AP1) in foldICmpShrConstConst()
992 if (AP1 == AP2) in foldICmpShrConstConst()
996 if (IsAShr && AP1.isNegative()) in foldICmpShrConstConst()
997 Shift = AP1.countl_one() - AP2.countl_one(); in foldICmpShrConstConst()
999 Shift = AP1.countl_zero() - AP2.countl_zero(); in foldICmpShrConstConst()
1002 if (IsAShr && AP1 == AP2.ashr(Shift)) { in foldICmpShrConstConst()
1005 if (AP1.isAllOnes() && !AP2.isPowerOf2()) in foldICmpShrConstConst()
[all …]
/src/sys/contrib/device-tree/Bindings/media/i2c/
H A Dnxp,tda1997x.txt41 - nxp,audout-layout : data layout (0=AP0 used, 1=AP0/AP1/AP2/AP3 used).
H A Dtda1997x.txt41 - nxp,audout-layout : data layout (0=AP0 used, 1=AP0/AP1/AP2/AP3 used).