Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5809 SDValue ConstsNode = DAG.getBuildVector(ConstVecVT, dl, Ops); in getConstVector() local
5811 ConstsNode = DAG.getBitcast(VT, ConstsNode); in getConstVector()
5812 return ConstsNode; in getConstVector()
5852 SDValue ConstsNode = DAG.getBuildVector(ConstVecVT, dl, Ops); in getConstVector() local
5853 return DAG.getBitcast(VT, ConstsNode); in getConstVector()