Searched refs:SimplifyAShrInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 173 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 825 if (Value *V = SimplifyAShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitAShr()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1359 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() function 1383 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() function in llvm 1385 return ::SimplifyAShrInst(Op0, Op1, isExact, Q, RecursionLimit); in SimplifyAShrInst() 4749 return SimplifyAShrInst(LHS, RHS, false, Q, MaxRecurse); in SimplifyBinOp() 5264 Result = SimplifyAShrInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|