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

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

Completed in 135 milliseconds