Lines Matching defs:Constants
65 #include "llvm/IR/Constants.h"
1836 SmallVector<SDValue, 4> Constants;
1841 // Add each leaf value from the operand to the Constants list
1844 Constants.push_back(SDValue(Val, i));
1847 return DAG.getMergeValues(Constants, getCurSDLoc());
1855 // Add each leaf value from the operand to the Constants list
1875 SmallVector<SDValue, 4> Constants(NumElts);
1879 Constants[i] = DAG.getUNDEF(EltVT);
1881 Constants[i] = DAG.getConstantFP(0, getCurSDLoc(), EltVT);
1883 Constants[i] = DAG.getConstant(0, getCurSDLoc(), EltVT);
1886 return DAG.getMergeValues(Constants, getCurSDLoc());
10456 /// Constants are converted to TargetConstants purely as an optimization to