Searched refs:AndValue (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 812 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 813 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() 819 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 821 AndValue)); in visitZExt() 825 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local 828 AndValue)); in visitZExt()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 900 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 901 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() 907 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 909 AndValue)); in visitZExt() 913 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local 916 AndValue)); in visitZExt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1121 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 1122 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() 1128 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt() local 1130 AndValue)); in visitZExt() 1134 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt() local 1137 AndValue)); in visitZExt()
|