reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1443   if (const Constant *C = dyn_cast<Constant>(V)) {
 1444     EVT VT = TLI.getValueType(DAG.getDataLayout(), V->getType(), true);
 1453       unsigned AS = V->getType()->getPointerAddressSpace();
 1461     if (isa<UndefValue>(C) && !V->getType()->isAggregateType())
 1466       SDValue N1 = NodeMap[V];
 1500       return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops);
 1529     VectorType *VecTy = cast<VectorType>(V->getType());
 1552     return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops);
 1557   if (const AllocaInst *AI = dyn_cast<AllocaInst>(V)) {
 1566   if (const Instruction *Inst = dyn_cast<Instruction>(V)) {
 1570                      Inst->getType(), getABIRegCopyCC(V));
 1572     return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);