Lines Matching defs:Int32
135 IntegerType *Int32 = IntegerType::get(C, 32);
136 VPValue *VPV1 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1));
137 VPValue *VPV2 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 2));
145 VPValue *VPV3 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 3));
162 VPValue *VPV4 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 4));
178 IntegerType *Int32 = IntegerType::get(C, 32);
179 VPValue *VPV1 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1));
180 VPValue *VPV2 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 2));
184 VPValue *VPV3 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 3));
222 IntegerType *Int32 = IntegerType::get(C, 32);
223 VPValue *VPV1 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1));
224 VPValue *VPV2 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1));
866 IntegerType *Int32 = IntegerType::get(C, 32);
868 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
869 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
879 IntegerType *Int32 = IntegerType::get(C, 32);
880 auto *AI = BinaryOperator::CreateAdd(PoisonValue::get(Int32),
881 PoisonValue::get(Int32));
882 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
883 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
897 IntegerType *Int32 = IntegerType::get(C, 32);
898 FunctionType *FTy = FunctionType::get(Int32, false);
901 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
902 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
925 IntegerType *Int32 = IntegerType::get(C, 32);
927 PoisonValue::get(Int1), PoisonValue::get(Int32), PoisonValue::get(Int32));
928 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
929 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
930 VPValue *Op3 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 3));
951 IntegerType *Int32 = IntegerType::get(C, 32);
953 auto *GEP = GetElementPtrInst::Create(Int32, PoisonValue::get(Int32Ptr),
954 PoisonValue::get(Int32));
955 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
956 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
975 IntegerType *Int32 = IntegerType::get(C, 32);
976 auto *Phi = PHINode::Create(Int32, 1);
978 VPValue *I1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
979 VPValue *I2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
980 VPValue *M2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 3));
994 IntegerType *Int32 = IntegerType::get(C, 32);
995 VPValue *Addr = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
996 VPValue *Mask = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1007 IntegerType *Int32 = IntegerType::get(C, 32);
1008 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1009 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1014 FunctionType *FTy = FunctionType::get(Int32, false);
1025 IntegerType *Int32 = IntegerType::get(C, 32);
1026 VPValue *Mask = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1036 IntegerType *Int32 = IntegerType::get(C, 32);
1039 new LoadInst(Int32, PoisonValue::get(Int32Ptr), "", false, Align(1));
1040 VPValue *Addr = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1041 VPValue *Mask = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1057 IntegerType *Int32 = IntegerType::get(C, 32);
1062 auto *AI = BinaryOperator::CreateAdd(PoisonValue::get(Int32),
1063 PoisonValue::get(Int32));
1064 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1065 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1079 SelectInst::Create(PoisonValue::get(Int1), PoisonValue::get(Int32),
1080 PoisonValue::get(Int32));
1081 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1082 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1083 VPValue *Op3 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 3));
1097 auto *GEP = GetElementPtrInst::Create(Int32, PoisonValue::get(Int32Ptr),
1098 PoisonValue::get(Int32));
1099 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1100 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1113 VPValue *Mask = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1123 VPValue *ChainOp = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1124 VPValue *VecOp = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1125 VPValue *CondOp = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 3));
1135 VPValue *ChainOp = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1136 VPValue *VecOp = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1137 VPValue *CondOp = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 3));
1140 VPValue *EVL = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 4));
1150 new LoadInst(Int32, PoisonValue::get(Int32Ptr), "", false, Align(1));
1151 VPValue *Mask = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1152 VPValue *Addr = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1162 auto *Store = new StoreInst(PoisonValue::get(Int32),
1164 VPValue *Mask = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1165 VPValue *Addr = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1166 VPValue *StoredV = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 3));
1176 FunctionType *FTy = FunctionType::get(Int32, false);
1179 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1180 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1202 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1203 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1218 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1219 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1229 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1230 VPValue *Op2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1239 VPValue *Op1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1256 IntegerType *Int32 = IntegerType::get(C, 32);
1257 auto *AI = BinaryOperator::CreateAdd(PoisonValue::get(Int32),
1258 PoisonValue::get(Int32));
1261 VPValue *ExtVPV1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1262 VPValue *ExtVPV2 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 2));
1325 IntegerType *Int32 = IntegerType::get(C, 32);
1326 auto *AI = BinaryOperator::CreateAdd(PoisonValue::get(Int32),
1327 PoisonValue::get(Int32));
1330 VPValue *ExtVPV1 = Plan.getOrAddLiveIn(ConstantInt::get(Int32, 1));
1405 IntegerType *Int32 = IntegerType::get(C, 32);
1406 auto *AI = BinaryOperator::CreateAdd(PoisonValue::get(Int32),
1407 PoisonValue::get(Int32));
1409 VPValue *ExtVPV1 = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1));
1486 IntegerType *Int32 = IntegerType::get(C, 32);
1487 VPValue *ChainOp = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1));
1488 VPValue *VecOp = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 2));
1489 VPValue *CondOp = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 3));
1498 IntegerType *Int32 = IntegerType::get(C, 32);
1499 VPValue *ChainOp = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 1));
1500 VPValue *VecOp = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 2));
1501 VPValue *CondOp = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 3));
1504 VPValue *EVL = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 0));
1574 IntegerType *Int32 = IntegerType::get(C, 32);
1575 VPValue *Start = getPlan().getOrAddLiveIn(ConstantInt::get(Int32, 0));