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

/external/llvm/lib/IR/
H A DMetadata.cpp474 ConstantInt *ALow = cast<ConstantInt>(A->getOperand(2 * AI)); local
477 if (ALow->getValue().slt(BLow->getValue())) {
478 addRange(EndPoints, ALow, cast<ConstantInt>(A->getOperand(2 * AI + 1)));

Completed in 121 milliseconds