Searched refs:Reinterpret (Results 1 – 9 of 9) sorted by relevance
299 auto *Reinterpret = dyn_cast<IntrinsicInst>(IncValPhi); in processPhiNode() local300 if (!Reinterpret || in processPhiNode()301 Reinterpret->getIntrinsicID() != in processPhiNode()303 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode()315 auto *Reinterpret = cast<Instruction>(PN->getIncomingValue(I)); in processPhiNode() local316 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode()317 Worklist.push_back(Reinterpret); in processPhiNode()
3760 SDValue Reinterpret = in lowerConvertToSVBool() local3767 return Reinterpret; in lowerConvertToSVBool()3770 return Reinterpret; in lowerConvertToSVBool()3777 return DAG.getNode(ISD::AND, DL, OutVT, Reinterpret, MaskReinterpret); in lowerConvertToSVBool()
163 // Reinterpret intrinsics required to implement __arm_vcx*q with 2 or 3
1556 // Reinterpret between different type under the same SEW and LMUL1564 // 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
783 ;; Reinterpret operand 1 in operand 0's mode, without changing its contents.