Home
last modified time | relevance | path

Searched defs:ashr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h808 APInt ashr(unsigned ShiftAmt) const { in ashr() function
869 APInt ashr(const APInt &ShiftAmt) const { in ashr() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DKnownBits.cpp274 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS) { in ashr() function in KnownBits
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp653 ConstArithFn ashr = [](const APInt &l, const APInt &r) -> Optional<APInt> { in inferResultRanges() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp1487 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange