Home
last modified time | relevance | path

Searched refs:IntMaxValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dpredicate.td61 let arguments = (ins Confined<I32Attr, [IntMaxValue<10>]>:$attr);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td783 IntMaxValue<3>]>:$localityHint,
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td969 IntMaxValue<3>]>:$localityHint,
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md286 * `IntMaxValue<N>`: Specifying an integer attribute to be less than or equal
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td1587 class IntMaxValue<int n> : AttrConstraint<
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp1934 llvm::Value *IntMaxValue = llvm::ConstantInt::get(Result->getType(), IntMax); in EmitCheckedUnsignedMultiplySignedResult() local
1936 llvm::Value *IntMaxOverflow = CGF.Builder.CreateICmpUGT(Result, IntMaxValue); in EmitCheckedUnsignedMultiplySignedResult()