Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp998 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local
1001 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()
1002 addRange(EndPoints, ALow, in getMostGenericRange()
/external/llvm-project/llvm/lib/IR/
DMetadata.cpp1021 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI)); in getMostGenericRange() local
1024 if (ALow->getValue().slt(BLow->getValue())) { in getMostGenericRange()
1025 addRange(EndPoints, ALow, in getMostGenericRange()