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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 8684   if (!I->getType()->isVectorTy())
 8687   if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
 8700   switch (I->getOpcode()) {
 8703     if (!areExtractExts(I->getOperand(0), I->getOperand(1)))
 8703     if (!areExtractExts(I->getOperand(0), I->getOperand(1)))
 8708     auto Ext1 = cast<Instruction>(I->getOperand(0));
 8709     auto Ext2 = cast<Instruction>(I->getOperand(1));
 8715     Ops.push_back(&I->getOperandUse(0));
 8716     Ops.push_back(&I->getOperandUse(1));