Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp78 bool UseDivOp, bool UseSignedOp, in insertFastDiv() argument
103 if (UseSignedOp) { in insertFastDiv()
168 DivOpInfo Key(UseSignedOp, Dividend, Divisor); in insertFastDiv()
179 bool UseDivOp, bool UseSignedOp, in reuseOrInsertFastDiv() argument
182 DivOpInfo Key(UseSignedOp, I->getOperand(0), I->getOperand(1)); in reuseOrInsertFastDiv()
187 return insertFastDiv(I, BypassType, UseDivOp, UseSignedOp, PerBBDivCache); in reuseOrInsertFastDiv()
224 bool UseSignedOp = Opcode == Instruction::SDiv || in bypassSlowDivision() local
247 MadeChange |= reuseOrInsertFastDiv(I, BT, UseDivOp, UseSignedOp, DivCache); in bypassSlowDivision()