HomeSort by relevance Sort by last modified time
    Searched refs:NewCst (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 217 Constant *NewCst = nullptr;
220 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
224 NewCst = getLogBase2Vector(CV);
226 if (NewCst) {
227 unsigned Width = NewCst->getType()->getPrimitiveSizeInBits();
228 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst);
234 if (match(NewCst, m_ConstantInt(V)) && V != Width - 1)
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 230 milliseconds