Lines Matching refs:FPExt
2377 case Instruction::FPExt:
2443 // FPEXT < FloatPt n/a FloatPt n/a
2472 { 99,99,99, 2, 2,99,99,10, 2,99,99, 4, 0}, // FPExt |
2567 // fpext followed by ftrunc is allowed if the bit size returned to is
2655 case FPExt: return new FPExtInst (S, Ty, Name, InsertBefore);
2677 case FPExt: return new FPExtInst (S, Ty, Name, InsertAtEnd);
2847 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt));
2860 (SrcBits > DstBits ? Instruction::FPTrunc : Instruction::FPExt));
3042 return FPExt; // FP -> larger FP
3120 case Instruction::FPExt:
3248 ) : CastInst(Ty, FPExt, S, Name, InsertBefore) {
3249 assert(castIsValid(getOpcode(), S, Ty) && "Illegal FPExt");
3254 ) : CastInst(Ty, FPExt, S, Name, InsertAtEnd) {
3255 assert(castIsValid(getOpcode(), S, Ty) && "Illegal FPExt");