Searched defs:IntConst (Results 1 – 3 of 3) sorted by relevance
25 public class IntConst extends ASTree { class31 public IntConst(long v, int tokenId) { value = v; type = tokenId; } in IntConst() method in IntConst
85 mlir::Value IntConst(mlir::OpBuilder& builder, mlir::Location loc, in IntConst() function
403 } else if (const auto *IntConst = llvm::dyn_cast<ConstantInteger32>(Amt)) { in encodeOperand() local