reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1094 return ConstantInt::get(CX, Val); 1986 IntegerType *Ty = (W == 32) ? Type::getInt32Ty(CX) 1987 : Type::getInt64Ty(CX); 2030 IntegerType *Ty = Type::getInt64Ty(CX); 2243 IntegerType *Ty = Type::getInt32Ty(CX);