Home
last modified time | relevance | path

Searched refs:TruncC1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2457 Constant *TruncC1 = ConstantInt::get(X->getType(), C1->trunc(XWidth)); in visitAnd() local
2459 ? Builder.CreateBinOp(BOpcode, X, TruncC1) in visitAnd()
2460 : Builder.CreateBinOp(BOpcode, TruncC1, X); in visitAnd()