Searched refs:Reinterpret (Results 1 – 7 of 7) sorted by relevance
513 auto *Reinterpret = dyn_cast<IntrinsicInst>(IncValPhi); in processPhiNode() local514 if (!Reinterpret || in processPhiNode()515 Reinterpret->getIntrinsicID() != in processPhiNode()517 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode()529 auto *Reinterpret = cast<Instruction>(PN->getIncomingValue(I)); in processPhiNode() local530 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode()531 Worklist.push_back(Reinterpret); in processPhiNode()
4442 SDValue Reinterpret = DAG.getNode(AArch64ISD::REINTERPRET_CAST, DL, VT, Op); in getSVEPredicateBitCast() local4449 return Reinterpret; in getSVEPredicateBitCast()4454 return Reinterpret; in getSVEPredicateBitCast()4459 return DAG.getNode(ISD::AND, DL, VT, Reinterpret, Mask); in getSVEPredicateBitCast()
163 // Reinterpret intrinsics required to implement __arm_vcx*q with 2 or 3
2128 // Reinterpret between different type under the same SEW and LMUL2136 // Reinterpret between different SEW under the same LMUL
145 /// CK_ReinterpretMemberPointer - Reinterpret a member pointer as a
155 Reinterpret a value as a new type. This is usually done without
572 - Reinterpret the first 8 bytes of the hash as a little-endian