OpenGrok
Cross Reference: FastISel.cpp
xref
: /
external
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
FastISel.cpp
Home
|
History
|
Annotate
|
Download
|
only in
SelectionDAG
Lines Matching
refs:SREM
891
case Instruction::
SRem
:
892
return SelectBinaryOp(I, ISD::
SREM
);