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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2951 const APInt &AP2 = C2->getValue(); local
2952 if (AP1.isNegative() == AP2.isNegative()) {
2956 ConstantInt *C3 = Builder->getInt(AP1 - AP2);
2960 ConstantInt *C3 = Builder->getInt(AP2 - AP1);

Completed in 663 milliseconds