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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2051       return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
 2056       return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
 2065       return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
 2071       return new ICmpInst(Pred, X, Constant::getNullValue(ShType));
 2081       return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
 2086       return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
 2095       return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
 2102         ShType,
 2105     Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt));
 2114         ShType,
 2118                         And, Constant::getNullValue(ShType));
 2129                           And, Constant::getNullValue(ShType));
 2138                           And, Constant::getNullValue(ShType));
 2152     if (ShType->isVectorTy())
 2153       TruncTy = VectorType::get(TruncTy, ShType->getVectorNumElements());