Home
last modified time | relevance | path

Searched refs:ConstantSrc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp68 if (ConstantSDNode *ConstantSrc = dyn_cast<ConstantSDNode>(Src)) in EmitSpecializedLibcall() local
69 if (ConstantSrc->getZExtValue() == 0) in EmitSpecializedLibcall()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7434 ConstantSDNode *ConstantSrc = dyn_cast<ConstantSDNode>(Src); in getMemset() local
7435 const bool SrcIsZero = ConstantSrc && ConstantSrc->isZero(); in getMemset()