reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1418 IRB.SetInsertPoint(&*I); 1426 ShVal = IRB.CreateShl(Op, ConstantInt::get(VTy, 1)); 1431 ShVal = upcast(CastMap, IRB, ShVal, ATy); 1433 ShAmt = upcast(CastMap, IRB, ShAmt, VTy); 1436 W = IRB.CreateShl(ShVal, ShAmt); 1448 IRB.SetInsertPoint(ExitB, ExitB->getFirstInsertionPt()); 1456 Value *S = IRB.CreateLShr(PN, ConstantInt::get(PN->getType(), IterCount));