reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
412 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty; 421 IType = Int32Ty; 427 IType = Int32Ty; 464 Value *ANumV = ConstantInt::get(Int32Ty, ANum, false); 470 Value *ANumV = ConstantInt::get(Int32Ty, 0xFFFFFF00, false); 476 Type *DstType = (Size == 32) ? Int32Ty : Int64Ty;