Searched refs:simplifyShift (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1347 static Value *simplifyShift(Instruction::BinaryOps Opcode, Value *Op0, in simplifyShift() function 1421 simplifyShift(Opcode, Op0, Op1, /*IsNSW*/ false, Q, MaxRecurse)) in simplifyRightShift() 1449 simplifyShift(Instruction::Shl, Op0, Op1, IsNSW, Q, MaxRecurse)) in simplifyShlInst()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1280 SDValue simplifyShift(SDValue X, SDValue Y);
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7060 if (SDValue V = simplifyShift(N1, N2)) in getNode() 9934 SDValue SelectionDAG::simplifyShift(SDValue X, SDValue Y) { in simplifyShift() function in SelectionDAG
|
| H A D | DAGCombiner.cpp | 9864 if (SDValue V = DAG.simplifyShift(N0, N1)) in visitSHL() 10322 if (SDValue V = DAG.simplifyShift(N0, N1)) in visitSRA() 10522 if (SDValue V = DAG.simplifyShift(N0, N1)) in visitSRL() 10892 if (SDValue V = DAG.simplifyShift(N0, N1)) in visitSHLSAT()
|