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 147 Constant *NewCst = nullptr;
150 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
154 NewCst = getLogBase2Vector(CV);
156 if (NewCst) {
157 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst);
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 60 milliseconds