D | X86InstructionSelector.cpp | 782 [SrcTy, DstTy](const ZextEntry &El) { in selectZext() argument 783 return El.DstTy == DstTy && El.SrcTy == SrcTy; in selectZext() 1443 std::begin(OpTable), std::end(OpTable), [DstTy](const ShiftEntry &El) { in selectShift() argument 1444 return El.SizeInBits == DstTy.getSizeInBits(); in selectShift() 1536 std::begin(OpTable), std::end(OpTable), [RegTy](const SDivEntry &El) { in selectSDiv() argument 1537 return El.SizeInBits == RegTy.getSizeInBits(); in selectSDiv()
|