Searched refs:TruncC1 (Results 1 – 1 of 1) sorted by relevance
2457 Constant *TruncC1 = ConstantInt::get(X->getType(), C1->trunc(XWidth)); in visitAnd() local2459 ? Builder.CreateBinOp(BOpcode, X, TruncC1) in visitAnd()2460 : Builder.CreateBinOp(BOpcode, TruncC1, X); in visitAnd()