Lines Matching refs:FnReductionBB

4146   BasicBlock *FnReductionBB = &ReductionFn->getEntryBlock();  in TEST_F()  local
4148 findSingleUserInBlock<BitCastInst>(ReductionFn->getArg(0), FnReductionBB); in TEST_F()
4152 Value *Opaque = findSingleUserInBlock<LoadInst>(FirstLHSPtr, FnReductionBB); in TEST_F()
4154 Bitcast = findSingleUserInBlock<BitCastInst>(Opaque, FnReductionBB); in TEST_F()
4156 EXPECT_TRUE(isSimpleBinaryReduction(Bitcast, FnReductionBB)); in TEST_F()
4157 Opaque = findSingleUserInBlock<LoadInst>(SecondLHSPtr, FnReductionBB); in TEST_F()
4159 Bitcast = findSingleUserInBlock<BitCastInst>(Opaque, FnReductionBB); in TEST_F()
4161 EXPECT_TRUE(isSimpleBinaryReduction(Bitcast, FnReductionBB)); in TEST_F()
4164 findSingleUserInBlock<BitCastInst>(ReductionFn->getArg(1), FnReductionBB); in TEST_F()
4322 BasicBlock *FnReductionBB = &AddReduction->getEntryBlock(); in TEST_F() local
4324 FnReductionBB); in TEST_F()
4327 findSingleUserInBlock<GetElementPtrInst>(Bitcast, FnReductionBB); in TEST_F()
4329 Value *Opaque = findSingleUserInBlock<LoadInst>(FirstLHSPtr, FnReductionBB); in TEST_F()
4331 Bitcast = findSingleUserInBlock<BitCastInst>(Opaque, FnReductionBB); in TEST_F()
4334 EXPECT_TRUE(isSimpleBinaryReduction(Bitcast, FnReductionBB, &Opcode)); in TEST_F()
4336 FnReductionBB = &XorReduction->getEntryBlock(); in TEST_F()
4338 FnReductionBB); in TEST_F()
4341 findSingleUserInBlock<GetElementPtrInst>(Bitcast, FnReductionBB); in TEST_F()
4343 Opaque = findSingleUserInBlock<LoadInst>(SecondLHSPtr, FnReductionBB); in TEST_F()
4345 Bitcast = findSingleUserInBlock<BitCastInst>(Opaque, FnReductionBB); in TEST_F()
4348 EXPECT_TRUE(isSimpleBinaryReduction(Bitcast, FnReductionBB, &Opcode)); in TEST_F()