Lines Matching refs:InsertBB
715 Expected<Value *> materializeValue(unsigned ValID, BasicBlock *InsertBB);
971 [this](unsigned ValID, BasicBlock *InsertBB) { in BitcodeReader() argument
972 return materializeValue(ValID, InsertBB); in BitcodeReader()
1446 BasicBlock *InsertBB) { in materializeValue() argument
1599 if (!InsertBB) in materializeValue()
1608 BC->getType(), "constexpr", InsertBB); in materializeValue()
1611 "constexpr", InsertBB); in materializeValue()
1614 Ops[1], "constexpr", InsertBB); in materializeValue()
1632 InsertBB); in materializeValue()
1642 "constexpr.ins", InsertBB); in materializeValue()
1650 "constexpr", InsertBB); in materializeValue()
1655 InsertBB); in materializeValue()
1660 I = SelectInst::Create(Ops[0], Ops[1], Ops[2], "constexpr", InsertBB); in materializeValue()
1663 I = ExtractElementInst::Create(Ops[0], Ops[1], "constexpr", InsertBB); in materializeValue()
1667 InsertBB); in materializeValue()
1671 InsertBB); in materializeValue()