Lines Matching defs:SrcIt
11442 auto SrcIt = MinBWs.find(getOperandEntry(E, 0));
11448 (SrcIt != MinBWs.end() || It != MinBWs.end())) {
11451 if (SrcIt != MinBWs.end()) {
11452 SrcBWSz = SrcIt->second.first;
11466 } else if (SrcIt != MinBWs.end()) {
11469 SrcIt->second.second ? Instruction::SExt : Instruction::ZExt;
11471 } else if (VecOpcode == Instruction::SIToFP && SrcIt != MinBWs.end() &&
11472 !SrcIt->second.second) {
11836 auto SrcIt = MinBWs.find(getOperandEntry(E, 0));
11840 if (SrcIt != MinBWs.end()) {
11841 SrcBWSz = SrcIt->second.first;
15592 auto SrcIt = MinBWs.find(getOperandEntry(E, 0));
15594 (SrcIt != MinBWs.end() || It != MinBWs.end() ||
15598 if (SrcIt != MinBWs.end())
15599 SrcBWSz = SrcIt->second.first;
15608 } else if (SrcIt != MinBWs.end()) {
15611 SrcIt->second.second ? Instruction::SExt : Instruction::ZExt;
15613 } else if (VecOpcode == Instruction::SIToFP && SrcIt != MinBWs.end() &&
15614 !SrcIt->second.second) {