Searched refs:simplifyAShrInst (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 225 Value *simplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1444 static Value *simplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in simplifyAShrInst() function 1470 Value *llvm::simplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in simplifyAShrInst() function in llvm 1472 return ::simplifyAShrInst(Op0, Op1, isExact, Q, RecursionLimit); in simplifyAShrInst() 5492 return simplifyAShrInst(LHS, RHS, false, Q, MaxRecurse); in simplifyBinOp() 6362 Result = simplifyAShrInst(NewOps[0], NewOps[1], in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 1368 if (Value *V = simplifyAShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitAShr()
|