Home
last modified time | relevance | path

Searched defs:NewShl (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp601 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
662 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
681 BinaryOperator *NewShl = BinaryOperator::Create(Instruction::Shl, in FoldShiftByConstant() local
H A DInstCombineAddSub.cpp1101 Value *NewShl = Builder->CreateShl(XorLHS, ShAmt, "sext"); in visitAdd() local