Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:logBase2

117 /// a new vector obtained from C replacing each element with its logBase2.
127 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2()));
220 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
978 Op0, ConstantInt::get(Op0->getType(), C.logBase2()));
1004 N = IC.Builder->CreateAdd(N, ConstantInt::get(N->getType(), CI.logBase2()));