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

  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 361 const SourceDelta &IVal = N->getValue(i);
364 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc);
365 FullDelta += IVal.Delta;
370 IVal.FileLoc);
373 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 104 const APInt *IVal;
109 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2())
111 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2()));
134 const APInt *IVal;
137 match(C1, m_APInt(IVal)))
143 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2())
145 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 341 TypedInit *IVal = dyn_cast<TypedInit>(IterVals[i].IterValue);
342 if (IVal == 0) {
347 IterRec->addValue(RecordVal(IterVar->getName(), IVal->getType(), false));
350 std::vector<unsigned>(), IVal)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 480 Value *IVal = SI->getValueOperand();
481 T1 = IVal->getType();
    [all...]

Completed in 134 milliseconds