Searched refs:simplifyShlInst (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 221 Value *simplifyShlInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW,
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1442 static Value *simplifyShlInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyShlInst() function 1468 Value *llvm::simplifyShlInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyShlInst() function in llvm 1470 return ::simplifyShlInst(Op0, Op1, IsNSW, IsNUW, Q, RecursionLimit); in simplifyShlInst() 5747 return simplifyShlInst(LHS, RHS, /* IsNSW */ false, /* IsNUW */ false, Q, in simplifyBinOp() 6634 return simplifyShlInst(NewOps[0], NewOps[1], in simplifyInstructionWithOperands()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 913 if (Value *V = simplifyShlInst(I.getOperand(0), I.getOperand(1), in visitShl()
|