Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp997 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local
1000 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()
1001 addRange(EndPoints, ALow, in getMostGenericRange()
/external/llvm/lib/IR/
DMetadata.cpp970 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local
973 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()
974 addRange(EndPoints, ALow, in getMostGenericRange()