Searched refs:I64Ty (Results 1 – 2 of 2) sorted by relevance
489 Type *I64Ty = Builder.getInt64Ty(); in getMul64() local491 Value *LHS_EXT64 = Builder.CreateZExt(LHS, I64Ty); in getMul64()492 Value *RHS_EXT64 = Builder.CreateZExt(RHS, I64Ty); in getMul64()
681 Type *I64Ty = Type::getInt64Ty(Context); in TEST_F() local688 auto *PN = PHINode::Create(I64Ty, 2, "", CondBB); in TEST_F()