Searched defs:SrcDstSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1205 unsigned SrcDstSize = CI.getType()->getScalarSizeInBits(); local
1206 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1131 unsigned SrcDstSize = CI.getType()->getScalarSizeInBits(); local
1132 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;

Completed in 175 milliseconds