reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2153       TruncTy = VectorType::get(TruncTy, ShType->getVectorNumElements());
 2153       TruncTy = VectorType::get(TruncTy, ShType->getVectorNumElements());
 2155         ConstantInt::get(TruncTy, C.ashr(*ShiftAmt).trunc(TypeBits - Amt));
 2156     return new ICmpInst(Pred, Builder.CreateTrunc(X, TruncTy), NewC);