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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 168 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
170 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
208 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
213 return BinaryOperator::Create(BO->getOpcode(), MatchOp, NewSI);
215 return BinaryOperator::Create(BO->getOpcode(), NewSI, MatchOp);
741 Value *NewSI = Builder->CreateSelect(
743 return ReplaceInstUsesWith(Outer, NewSI);
    [all...]
InstCombineLoadStoreAlloca.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 743 StoreInst *NewSI = new StoreInst(LiveInValue, Ptr, InsertPos);
744 NewSI->setAlignment(Alignment);
745 NewSI->setDebugLoc(DL);
746 if (TBAATag) NewSI->setMetadata(LLVMContext::MD_tbaa, TBAATag);
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 595 StoreInst *NewSI =
597 DEBUG(dbgs() << " STORE: " << *NewSI << "\n");
598 (void)NewSI;
    [all...]

Completed in 774 milliseconds