Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SPARC/
Dvarargs.ll37 ; add %[[AP]], 4, %[[AP2:[gilo][0-7]]]
38 ; stx %[[AP2]], [%fp+2039]
47 ; add %[[AP]], 8, %[[AP2:[gilo][0-7]]]
48 ; stx %[[AP2]], [%fp+2039]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1122 APInt AP2 = CI2->getValue(); in FoldICmpCstShrCst() local
1125 if (AP2 == 0) in FoldICmpCstShrCst()
1129 if (AP2.isAllOnesValue()) in FoldICmpCstShrCst()
1131 if (AP2.isNegative() != AP1.isNegative()) in FoldICmpCstShrCst()
1133 if (AP2.sgt(AP1)) in FoldICmpCstShrCst()
1140 ConstantInt::get(A->getType(), AP2.logBase2())); in FoldICmpCstShrCst()
1142 if (AP1 == AP2) in FoldICmpCstShrCst()
1147 Shift = AP1.countLeadingOnes() - AP2.countLeadingOnes(); in FoldICmpCstShrCst()
1149 Shift = AP1.countLeadingZeros() - AP2.countLeadingZeros(); in FoldICmpCstShrCst()
1152 if (IsAShr && AP1 == AP2.ashr(Shift)) { in FoldICmpCstShrCst()
[all …]