Lines Matching refs:Int32

782   IntegerType *Int32 = IntegerType::get(C, 32);  in TEST()  local
784 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
801 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() local
802 FunctionType *FTy = FunctionType::get(Int32, false); in TEST()
826 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() local
828 UndefValue::get(Int1), UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
853 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() local
854 PointerType *Int32Ptr = PointerType::get(Int32, 0); in TEST()
855 auto *GEP = GetElementPtrInst::Create(Int32, UndefValue::get(Int32Ptr), in TEST()
856 UndefValue::get(Int32)); in TEST()
878 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() local
879 auto *Phi = PHINode::Create(Int32, 1); in TEST()
935 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() local
936 PointerType *Int32Ptr = PointerType::get(Int32, 0); in TEST()
938 new LoadInst(Int32, UndefValue::get(Int32Ptr), "", false, Align(1)); in TEST()
957 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() local
958 PointerType *Int32Ptr = PointerType::get(Int32, 0); in TEST()
961 auto *AI = BinaryOperator::CreateAdd(UndefValue::get(Int32), in TEST()
962 UndefValue::get(Int32)); in TEST()
978 UndefValue::get(Int1), UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
996 auto *GEP = GetElementPtrInst::Create(Int32, UndefValue::get(Int32Ptr), in TEST()
997 UndefValue::get(Int32)); in TEST()
1034 new LoadInst(Int32, UndefValue::get(Int32Ptr), "", false, Align(1)); in TEST()
1046 auto *Store = new StoreInst(UndefValue::get(Int32), in TEST()
1061 FunctionType *FTy = FunctionType::get(Int32, false); in TEST()
1097 IntegerType *Int32 = IntegerType::get(C, 32); in TEST() local
1099 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
1102 VPValue *ExtVPV1 = Plan.getOrAddExternalDef(ConstantInt::get(Int32, 1)); in TEST()
1103 VPValue *ExtVPV2 = Plan.getOrAddExternalDef(ConstantInt::get(Int32, 2)); in TEST()