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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1150   if (auto *BC = dyn_cast<BitCastInst>(V)) {
 1151     V = BC->getOperand(0);
 1152     if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) {
 1153       combineStoreToNewValue(IC, SI, V);
 1158   if (Value *U = likeBitCastFromVector(IC, V))