Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1412 static Value *simplifyRightShift(Instruction::BinaryOps Opcode, Value *Op0, in simplifyRightShift() function
1477 if (Value *V = simplifyRightShift(Instruction::LShr, Op0, Op1, IsExact, Q, in simplifyLShrInst()
1514 if (Value *V = simplifyRightShift(Instruction::AShr, Op0, Op1, IsExact, Q, in simplifyAShrInst()