Searched refs:simplifyRightShift (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1345 static Value *simplifyRightShift(Instruction::BinaryOps Opcode, Value *Op0, in simplifyRightShift() function 1409 if (Value *V = simplifyRightShift(Instruction::LShr, Op0, Op1, isExact, Q, in simplifyLShrInst() 1446 if (Value *V = simplifyRightShift(Instruction::AShr, Op0, Op1, isExact, Q, in simplifyAShrInst()
|