Searched refs:simplifyLShrInst (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 139 Value *simplifyLShrInst(Value *Op0, Value *Op1, bool IsExact,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1487 static Value *simplifyLShrInst(Value *Op0, Value *Op1, bool IsExact, in simplifyLShrInst() function 1517 Value *llvm::simplifyLShrInst(Value *Op0, Value *Op1, bool IsExact, in simplifyLShrInst() function in llvm 1519 return ::simplifyLShrInst(Op0, Op1, IsExact, Q, RecursionLimit); in simplifyLShrInst() 6036 return simplifyLShrInst(LHS, RHS, /* IsExact */ false, Q, MaxRecurse); in simplifyBinOp() 7122 return simplifyLShrInst(NewOps[0], NewOps[1], in simplifyInstructionWithOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1257 if (Value *V = simplifyLShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitLShr()
|