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

References

lib/CodeGen/CodeGenPrepare.cpp
 6701              m_c_Or(m_OneUse(m_ZExt(m_Value(LValue))),
 6707   if (!LValue->getType()->isIntegerTy() ||
 6708       DL.getTypeSizeInBits(LValue->getType()) > HalfValBitSize ||
 6715   auto *LBC = dyn_cast<BitCastInst>(LValue);
 6718                   : EVT::getEVT(LValue->getType());
 6731     LValue = Builder.CreateBitCast(LBC->getOperand(0), LBC->getType());
 6749   CreateSplitStore(LValue, false);