HomeSort by relevance Sort by last modified time
    Searched refs:NewCI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 114 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
116 NewCI->setDebugLoc(FirstInst->getDebugLoc());
117 return NewCI;
484 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal,
486 NewCI->setDebugLoc(FirstInst->getDebugLoc());
487 return NewCI;
500 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
502 NewCI->setDebugLoc(FirstInst->getDebugLoc());
503 return NewCI;
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 80 CallInst *NewCI = Builder.CreateCall(FCache, Args);
81 NewCI->setName(CI->getName());
83 CI->replaceAllUsesWith(NewCI);
84 return NewCI;

Completed in 66 milliseconds