Searched defs:IntConst (Results 1 – 4 of 4) 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
4280 ConstantInt *IntConst = in getLocalVarIdptr() local
403 } else if (const auto *IntConst = llvm::dyn_cast<ConstantInteger32>(Amt)) { in encodeOperand() local