Home
last modified time | relevance | path

Searched defs:SrlY (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2364 SDValue SrlY = DAG.getNode(ISD::SRL, DL, MVT::i32, Y, Const31); lowerFCOPYSIGN32() local
2414 SDValue SrlY = DAG.getNode(ISD::SRL, DL, TyY, Y, lowerFCOPYSIGN64() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8545 SDValue SrlY = DAG.getNode(ISD::SRL, DL, VT, Y, RHSShiftAmt); MatchRotate() local
[all...]