Home | History | Annotate | Download | only in R600

Lines Matching refs:Int64

48   Type *Int64;
118 Int64 = Type::getInt64Ty(Context);
119 ReturnStruct = StructType::get(Boolean, Int64, (Type *)0);
124 Int64Zero = ConstantInt::get(Int64, 0);
130 ElseIntrinsic, ReturnStruct, Int64, (Type *)0);
133 BreakIntrinsic, Int64, Int64, (Type *)0);
136 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)0);
139 ElseBreakIntrinsic, Int64, Int64, Int64, (Type *)0);
142 LoopIntrinsic, Boolean, Int64, (Type *)0);
145 EndCfIntrinsic, Void, Int64, (Type *)0);
263 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());
265 PhiInserter.Initialize(Int64, "");