Lines Matching refs:InsertBB
741 Expected<Value *> materializeValue(unsigned ValID, BasicBlock *InsertBB);
1029 [this](unsigned ValID, BasicBlock *InsertBB) { in BitcodeReader() argument
1030 return materializeValue(ValID, InsertBB); in BitcodeReader()
1518 BasicBlock *InsertBB) { in materializeValue() argument
1679 if (!InsertBB) in materializeValue()
1688 BC->getType(), "constexpr", InsertBB); in materializeValue()
1691 "constexpr", InsertBB); in materializeValue()
1694 Ops[1], "constexpr", InsertBB); in materializeValue()
1712 InsertBB); in materializeValue()
1722 "constexpr.ins", InsertBB); in materializeValue()
1730 "constexpr", InsertBB); in materializeValue()
1735 InsertBB); in materializeValue()
1739 I = SelectInst::Create(Ops[0], Ops[1], Ops[2], "constexpr", InsertBB); in materializeValue()
1742 I = ExtractElementInst::Create(Ops[0], Ops[1], "constexpr", InsertBB); in materializeValue()
1746 InsertBB); in materializeValue()
1750 InsertBB); in materializeValue()