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

  /external/llvm/lib/VMCore/
IRBuilder.cpp 49 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
50 BB->getInstList().insert(InsertPt, BCI);
51 SetInstDebugLocation(BCI);
52 return BCI;
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 695 BitCastInst *BCI = 0;
698 BCI = dyn_cast<BitCastInst>(V);
699 if (BCI)
700 V = BCI->getOperand(0);
723 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 44 milliseconds