HomeSort by relevance Sort by last modified time
    Searched refs:IVal (Results 1 - 6 of 6) 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/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 198 * The type Traits<T>::IVal is the approximation of T: it is `Interval` for
216 typename Traits<T>::IVal makeIVal (const T& value)
223 typename Traits<T>::IVal unionIVal (const typename Traits<T>::IVal& a,
224 const typename Traits<T>::IVal& b)
229 //! Returns true iff every element of `ival` contains the corresponding element of `value`.
231 bool contains (const typename Traits<T>::IVal& ival, const T& value)
233 return Traits<T>::doContains(ival, value);
238 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 106 const APInt *IVal;
111 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2())
113 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2()));
139 const APInt *IVal;
142 match(C1, m_APInt(IVal)))
148 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2())
150 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) {
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 491 Value *IVal = SI->getValueOperand();
492 T1 = IVal->getType();
    [all...]

Completed in 451 milliseconds