Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h147 LLVM_ABI Value *simplifyAShrInst(Value *Op0, Value *Op1, bool IsExact,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1475 static Value *simplifyAShrInst(Value *Op0, Value *Op1, bool IsExact, in simplifyAShrInst() function
1501 Value *llvm::simplifyAShrInst(Value *Op0, Value *Op1, bool IsExact, in simplifyAShrInst() function in llvm
1503 return ::simplifyAShrInst(Op0, Op1, IsExact, Q, RecursionLimit); in simplifyAShrInst()
6077 return simplifyAShrInst(LHS, RHS, /* IsExact */ false, Q, MaxRecurse); in simplifyBinOp()
7169 return simplifyAShrInst(NewOps[0], NewOps[1], in simplifyInstructionWithOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1711 if (Value *V = simplifyAShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitAShr()