reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2133 LLVM_DEBUG(dbgs() << " start: " << *V << "\n"); 2134 IntegerType *IntTy = cast<IntegerType>(V->getType()); 2141 V = IRB.CreateLShr(V, ShAmt, Name + ".shift"); 2141 V = IRB.CreateLShr(V, ShAmt, Name + ".shift"); 2142 LLVM_DEBUG(dbgs() << " shifted: " << *V << "\n"); 2147 V = IRB.CreateTrunc(V, Ty, Name + ".trunc"); 2147 V = IRB.CreateTrunc(V, Ty, Name + ".trunc"); 2148 LLVM_DEBUG(dbgs() << " trunced: " << *V << "\n"); 2150 return V;