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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 9661   if (FloatBits != 32 && FloatBits != 64)
 9661   if (FloatBits != 32 && FloatBits != 64)
 9665   if (IntBits > FloatBits)
 9670   int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1);
 9671   if (C == -1 || C == 0 || C > FloatBits)
 9680     ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64;
 9683     ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64;
 9693   if (IntBits < FloatBits)