Lines Matching refs:EXPECT_FALSE
116 EXPECT_FALSE(b0->isConditional());
133 EXPECT_FALSE(b1->isUnconditional());
212 EXPECT_FALSE(CastInst::isCastable(Int64Ty, X86MMXTy));
218 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, X86MMXTy));
219 EXPECT_FALSE(CastInst::isBitCastable(X86MMXTy, V8x8Ty));
220 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy));
221 EXPECT_FALSE(CastInst::isBitCastable(V8x64Ty, V8x8Ty));
222 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, V8x64Ty));
225 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty));
226 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy));
227 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, V2Int32PtrAS1Ty));
228 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrAS1Ty, V2Int32PtrTy));
236 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrAS1Ty, V4Int64PtrAS1Ty));
237 EXPECT_FALSE(CastInst::isBitCastable(V4Int64PtrAS1Ty, V2Int32PtrAS1Ty));
238 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrAS1Ty, V4Int32PtrAS1Ty));
239 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, V2Int32PtrTy));
240 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int32PtrTy));
243 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy));
244 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy));
253 EXPECT_FALSE(CastInst::isBitCastable(Int32Ty, Int64Ty));
254 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, Int32Ty));
256 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int64Ty));
257 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, V2Int32PtrTy));
260 EXPECT_FALSE(CastInst::isBitCastable(V2Int32Ty, V2Int64Ty));
261 EXPECT_FALSE(CastInst::isBitCastable(V2Int64Ty, V2Int32Ty));
264 EXPECT_FALSE(CastInst::castIsValid(Instruction::BitCast,
267 EXPECT_FALSE(CastInst::castIsValid(Instruction::BitCast,
271 EXPECT_FALSE(CastInst::castIsValid(Instruction::AddrSpaceCast,
274 EXPECT_FALSE(CastInst::castIsValid(Instruction::AddrSpaceCast,
362 EXPECT_FALSE(GepII0->hasAllZeroIndices());
363 EXPECT_FALSE(GepII1->hasAllZeroIndices());
364 EXPECT_FALSE(GepII2->hasAllZeroIndices());
365 EXPECT_FALSE(GepII3->hasAllZeroIndices());