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

References

lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
 1002   if (!Src->isVectorTy() && Opcode == Instruction::Load && I != nullptr) {
 1005     if (isFoldableLoad(cast<LoadInst>(I), FoldedValue)) {
 1035       I != nullptr) {
 1036     if (Opcode == Instruction::Load && I->hasOneUse()) {
 1037       const Instruction *LdUser = cast<Instruction>(*I->user_begin());
 1043     else if (const StoreInst *SI = dyn_cast<StoreInst>(I)) {