Home | History | Annotate | Download | only in src

Lines Matching defs:Source2

516     Ice::Operand *Source2 = convertValue(Instr->getOperand(1));
517 return Ice::InstExtractElement::create(Func.get(), Dest, Source1, Source2);
523 Ice::Operand *Source2 = convertValue(Instr->getOperand(1));
525 return Ice::InstInsertElement::create(Func.get(), Dest, Source1, Source2,
533 Ice::Operand *Source2 = convertValue(Instr->getFalseValue());
534 return Ice::InstSelect::create(Func.get(), Dest, Cond, Source1, Source2);