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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 143 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
145 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
183 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
188 return BinaryOperator::Create(BO->getOpcode(), MatchOp, NewSI);
190 return BinaryOperator::Create(BO->getOpcode(), NewSI, MatchOp);
    [all...]
InstCombineLoadStoreAlloca.cpp 808 StoreInst *NewSI = new StoreInst(MergedVal, SI.getOperand(1),
813 InsertNewInstBefore(NewSI, *BBI);
814 NewSI->setDebugLoc(OtherStore->getDebugLoc());
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 696 StoreInst *NewSI = new StoreInst(LiveInValue, SomePtr, InsertPos);
697 NewSI->setAlignment(Alignment);
698 NewSI->setDebugLoc(DL);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 388 milliseconds