Lines Matching refs:InsertBB
713 Expected<Value *> materializeValue(unsigned ValID, BasicBlock *InsertBB);
962 [this](unsigned ValID, BasicBlock *InsertBB) { in BitcodeReader() argument
963 return materializeValue(ValID, InsertBB); in BitcodeReader()
1395 BasicBlock *InsertBB) { in materializeValue() argument
1553 if (!InsertBB) in materializeValue()
1562 BC->getType(), "constexpr", InsertBB); in materializeValue()
1565 "constexpr", InsertBB); in materializeValue()
1568 Ops[1], "constexpr", InsertBB); in materializeValue()
1588 InsertBB); in materializeValue()
1597 "constexpr", InsertBB); in materializeValue()
1602 "constexpr", InsertBB); in materializeValue()
1607 I = SelectInst::Create(Ops[0], Ops[1], Ops[2], "constexpr", InsertBB); in materializeValue()
1610 I = ExtractElementInst::Create(Ops[0], Ops[1], "constexpr", InsertBB); in materializeValue()
1614 InsertBB); in materializeValue()
1618 InsertBB); in materializeValue()