Searched refs:Reinterpret (Results 1 – 7 of 7) sorted by relevance
540 auto *Reinterpret = dyn_cast<IntrinsicInst>(IncValPhi); in processPhiNode() local541 if (!Reinterpret || in processPhiNode()542 Reinterpret->getIntrinsicID() != in processPhiNode()544 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode()556 auto *Reinterpret = cast<Instruction>(PN->getIncomingValue(I)); in processPhiNode() local557 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode()558 Worklist.push_back(Reinterpret); in processPhiNode()
4730 SDValue Reinterpret = DAG.getNode(AArch64ISD::REINTERPRET_CAST, DL, VT, Op); in getSVEPredicateBitCast() local4737 return Reinterpret; in getSVEPredicateBitCast()4742 return Reinterpret; in getSVEPredicateBitCast()4747 return DAG.getNode(ISD::AND, DL, VT, Reinterpret, Mask); in getSVEPredicateBitCast()
163 // Reinterpret intrinsics required to implement __arm_vcx*q with 2 or 3
2261 // Reinterpret between different type under the same SEW and LMUL2269 // 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