reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 2407   assert(Op.getValueType() == MVT::f128 && "Unexpected lowering");
 2410   LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType());
 2410   LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType());
 2412   return LowerF128Call(Op, DAG, LC);