Searched refs:NSh (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 371 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/ |
D | InstCombineShifts.cpp | 383 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/ |
D | InstCombineShifts.cpp | 392 Value *NSh = Builder.CreateBinOp(I.getOpcode(), TrOp, ShAmt, I.getName()); in FoldShiftByConstant() local 414 Value *And = Builder.CreateAnd(NSh, in FoldShiftByConstant()
|