Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp909 Constant *MaxAmt = ConstantInt::get(SrcTy, DestWidth - 1, false); in visitTrunc() local
919 Constant *MaxAmt = ConstantInt::get(SrcTy, AWidth - 1, false); in visitTrunc() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp793 const unsigned MaxAmt = SExtSize - std::max(CISize, ASize); in visitTrunc() local