Searched refs:UseDivOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 81 bool UseDivOp, in insertFastDiv() argument 150 if (UseDivOp) in insertFastDiv() 189 bool UseDivOp, in reuseOrInsertFastDiv() argument 199 return insertFastDiv(F, I, J, BypassType, UseDivOp, UseSignedOp, in reuseOrInsertFastDiv() 205 if (UseDivOp) { in reuseOrInsertFastDiv() 233 bool UseDivOp = Opcode == Instruction::SDiv || Opcode == Instruction::UDiv; in bypassSlowDivision() local 239 if (!UseDivOp && !UseRemOp) in bypassSlowDivision() 258 MadeChange |= reuseOrInsertFastDiv(F, I, J, BT, UseDivOp, in bypassSlowDivision()
|