Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp999 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange() local
1001 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()
1006 addRange(EndPoints, BLow, in getMostGenericRange()
/external/llvm/lib/IR/
DMetadata.cpp971 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI)); in getMostGenericRange() local
973 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()
978 addRange(EndPoints, BLow, in getMostGenericRange()