Searched refs:SimplifyShlInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 165 Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 591 if (Value *V = SimplifyShlInst(I.getOperand(0), I.getOperand(1), in visitShl()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1289 static Value *SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyShlInst() function 1314 Value *llvm::SimplifyShlInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyShlInst() function in llvm 1316 return ::SimplifyShlInst(Op0, Op1, isNSW, isNUW, Q, RecursionLimit); in SimplifyShlInst() 4745 return SimplifyShlInst(LHS, RHS, false, false, Q, MaxRecurse); in SimplifyBinOp() 5255 SimplifyShlInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|