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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
 1764   Constant *ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType);
 1773     return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType);
 1783       Constant *AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType);
 1788       Constant *Zero = ConstantInt::getNullValue(SelType);