reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
15135 if (MemVT != Val.getValueType()) { 15136 Val = peekThroughBitcasts(Val); 15136 Val = peekThroughBitcasts(Val); 15138 if (ElementSizeBits != Val.getValueSizeInBits()) { 15141 if (isa<ConstantFPSDNode>(Val)) { 15144 } else if (auto *C = dyn_cast<ConstantSDNode>(Val)) 15145 Val = DAG.getConstant(C->getAPIntValue() 15146 .zextOrTrunc(Val.getValueSizeInBits()) 15151 Val = DAG.getBitcast(MemVT, Val); 15151 Val = DAG.getBitcast(MemVT, Val); 15153 BuildVector.push_back(Val);