Searched refs:ConstantSrc (Results 1 – 2 of 2) sorted by relevance
68 if (ConstantSDNode *ConstantSrc = dyn_cast<ConstantSDNode>(Src)) in EmitSpecializedLibcall() local69 if (ConstantSrc->getZExtValue() == 0) in EmitSpecializedLibcall()
7434 ConstantSDNode *ConstantSrc = dyn_cast<ConstantSDNode>(Src); in getMemset() local7435 const bool SrcIsZero = ConstantSrc && ConstantSrc->isZero(); in getMemset()