Searched refs:SimplifyShift (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1233 static Value *SimplifyShift(Instruction::BinaryOps Opcode, Value *Op0, in SimplifyShift() function 1303 SimplifyShift(Opcode, Op0, Op1, /*IsNSW*/ false, Q, MaxRecurse)) in SimplifyRightShift() 1330 SimplifyShift(Instruction::Shl, Op0, Op1, isNSW, Q, MaxRecurse)) in SimplifyShlInst()
|