Lines Matching defs:Constants
64 #include "llvm/IR/Constants.h"
1832 SmallVector<SDValue, 4> Constants;
1837 // Add each leaf value from the operand to the Constants list
1840 Constants.push_back(SDValue(Val, i));
1843 return DAG.getMergeValues(Constants, getCurSDLoc());
1851 // Add each leaf value from the operand to the Constants list
1871 SmallVector<SDValue, 4> Constants(NumElts);
1875 Constants[i] = DAG.getUNDEF(EltVT);
1877 Constants[i] = DAG.getConstantFP(0, getCurSDLoc(), EltVT);
1879 Constants[i] = DAG.getConstant(0, getCurSDLoc(), EltVT);
1882 return DAG.getMergeValues(Constants, getCurSDLoc());
10617 /// Constants are converted to TargetConstants purely as an optimization to