Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1212 static Value *SimplifyShift(Instruction::BinaryOps Opcode, Value *Op0, in SimplifyShift() function
1265 if (Value *V = SimplifyShift(Opcode, Op0, Op1, Q, MaxRecurse)) in SimplifyRightShift()
1291 if (Value *V = SimplifyShift(Instruction::Shl, Op0, Op1, Q, MaxRecurse)) in SimplifyShlInst()