Searched refs:WidthC (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 889 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local 890 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() 894 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst() 903 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst() 920 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1959 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local 1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst() 1965 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst() 1974 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst() 1991 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
|