Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1262 static Value *SimplifyRightShift(Instruction::BinaryOps Opcode, Value *Op0, in SimplifyRightShift() function
1323 if (Value *V = SimplifyRightShift(Instruction::LShr, Op0, Op1, isExact, Q, in SimplifyLShrInst()
1361 if (Value *V = SimplifyRightShift(Instruction::AShr, Op0, Op1, isExact, Q, in SimplifyAShrInst()