Lines Matching refs:UndefValue
784 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
803 auto *Call = CallInst::Create(FTy, UndefValue::get(FTy)); in TEST()
828 UndefValue::get(Int1), UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
855 auto *GEP = GetElementPtrInst::Create(Int32, UndefValue::get(Int32Ptr), in TEST()
856 UndefValue::get(Int32)); in TEST()
938 new LoadInst(Int32, UndefValue::get(Int32Ptr), "", false, Align(1)); 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()
1047 UndefValue::get(Int32Ptr), false, Align(1)); in TEST()
1062 auto *Call = CallInst::Create(FTy, UndefValue::get(FTy)); in TEST()
1099 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()