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

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

Completed in 146 milliseconds