Home
last modified time | relevance | path

Searched refs:simplifyLShrInst (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h221 Value *simplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1407 static Value *simplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in simplifyLShrInst() function
1437 Value *llvm::simplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in simplifyLShrInst() function in llvm
1439 return ::simplifyLShrInst(Op0, Op1, isExact, Q, RecursionLimit); in simplifyLShrInst()
5490 return simplifyLShrInst(LHS, RHS, false, Q, MaxRecurse); in simplifyBinOp()
6358 Result = simplifyLShrInst(NewOps[0], NewOps[1], in simplifyInstructionWithOperands()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1059 if (Value *V = simplifyLShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitLShr()