Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1257 static Value *SimplifyShift(Instruction::BinaryOps Opcode, Value *Op0, in SimplifyShift() function
1331 SimplifyShift(Opcode, Op0, Op1, /*IsNSW*/ false, Q, MaxRecurse)) in SimplifyRightShift()
1358 SimplifyShift(Instruction::Shl, Op0, Op1, isNSW, Q, MaxRecurse)) in SimplifyShlInst()