Home
last modified time | relevance | path

Searched refs:NSh (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp371 Value *NSh = Builder->CreateBinOp(I.getOpcode(), TrOp, ShAmt,I.getName()); in FoldShiftByConstant() local
393 Value *And = Builder->CreateAnd(NSh, in FoldShiftByConstant()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp383 Value *NSh = Builder->CreateBinOp(I.getOpcode(), TrOp, ShAmt,I.getName()); in FoldShiftByConstant() local
405 Value *And = Builder->CreateAnd(NSh, in FoldShiftByConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp392 Value *NSh = Builder.CreateBinOp(I.getOpcode(), TrOp, ShAmt, I.getName()); in FoldShiftByConstant() local
414 Value *And = Builder.CreateAnd(NSh, in FoldShiftByConstant()