Searched defs:IntType (Results 1 – 6 of 6) sorted by relevance
26 IntType() : Type(TypeFlag::INT) {} in IntType() function27 explicit IntType(UType value) : Type(TypeFlag::INT | TypeFlag::CONSTANT), value_(value) {} in IntType() function
110 using IntType = kungfu::LLVMStackMapType::IntType; variable
351 using IntType = Int; variable
221 static GateType IntType() in IntType() function
69 using IntType = int32_t; variable
141 static int32_t IntType() in IntType() function