Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3681 SDValue ConstsNode = DAG.getBuildVector(ConstVecVT, dl, Ops); in getConstVector() local
3683 ConstsNode = DAG.getBitcast(VT, ConstsNode); in getConstVector()
3684 return ConstsNode; in getConstVector()
3724 SDValue ConstsNode = DAG.getBuildVector(ConstVecVT, dl, Ops); in getConstVector() local
3725 return DAG.getBitcast(VT, ConstsNode); in getConstVector()