HomeSort by relevance Sort by last modified time
    Searched defs:BCI (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
IRBuilder.cpp 49 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
50 BB->getInstList().insert(InsertPt, BCI);
51 SetInstDebugLocation(BCI);
52 return BCI;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
insert_iter_iter.pass.cpp 51 typedef bidirectional_iterator<CI> BCI;
53 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end()));
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 717 BitCastInst *BCI = 0;
720 BCI = dyn_cast<BitCastInst>(V);
721 if (BCI)
722 V = BCI->getOperand(0);
745 if (&*BI == BCI)
    [all...]
ScalarReplAggregates.cpp 495 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) {
496 if (!onlyUsedByLifetimeMarkers(BCI))
498 if (!CanConvertToScalar(BCI, Offset, NonConstantIdx))
    [all...]

Completed in 215 milliseconds