Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1117 const APInt &AP2) { in foldICmpShrConstConst() argument
1127 if (AP2.isNullValue()) in foldICmpShrConstConst()
1132 if (AP2.isAllOnesValue()) in foldICmpShrConstConst()
1134 if (AP2.isNegative() != AP1.isNegative()) in foldICmpShrConstConst()
1136 if (AP2.sgt(AP1)) in foldICmpShrConstConst()
1143 ConstantInt::get(A->getType(), AP2.logBase2())); in foldICmpShrConstConst()
1145 if (AP1 == AP2) in foldICmpShrConstConst()
1150 Shift = AP1.countLeadingOnes() - AP2.countLeadingOnes(); in foldICmpShrConstConst()
1152 Shift = AP1.countLeadingZeros() - AP2.countLeadingZeros(); in foldICmpShrConstConst()
1155 if (IsAShr && AP1 == AP2.ashr(Shift)) { in foldICmpShrConstConst()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp1267 const AddressPoint &AP2) { in EmitVTableTypeMetadata() argument
1268 if (&AP1 == &AP2) in EmitVTableTypeMetadata()
1280 QualType(AP2.first->getTypeForDecl(), 0), O2); in EmitVTableTypeMetadata()
1288 return AP1.second < AP2.second; in EmitVTableTypeMetadata()