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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1756   if (!SmallType->isIntOrIntVectorTy(1) &&
 1757       (!Cmp || Cmp->getOperand(0)->getType() != SmallType))
 1763   Constant *TruncC = ConstantExpr::getTrunc(C, SmallType);
 1782       Constant *One = ConstantInt::getTrue(SmallType);