Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1514 auto *TruncC2 = ConstantExpr::getTrunc(AndRHS, X->getType()); in visitAnd() local
1515 auto *And = Builder.CreateAnd(BinOp, TruncC2); in visitAnd()