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

  /external/clang/lib/Rewrite/
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/TableGen/
TGParser.cpp 329 TypedInit *IVal = dyn_cast<TypedInit>(IR.IterValue);
330 if (!IVal)
333 IterRec->addValue(RecordVal(IterVar->getName(), IVal->getType(), false));
336 std::vector<unsigned>(), IVal))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 120 const APInt *IVal;
125 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2())
127 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2()));
200 const APInt *IVal;
203 match(C1, m_APInt(IVal))) {
218 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2())
220 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 498 Value *IVal = SI->getValueOperand();
499 T1 = IVal->getType();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 188 * The type Traits<T>::IVal is the approximation of T: it is `Interval` for
206 typename Traits<T>::IVal makeIVal (const T& value)
213 typename Traits<T>::IVal unionIVal (const typename Traits<T>::IVal& a,
214 const typename Traits<T>::IVal& b)
219 //! Returns true iff every element of `ival` contains the corresponding element of `value`.
221 bool contains (const typename Traits<T>::IVal& ival, const T& value)
223 return Traits<T>::doContains(ival, value);
228 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 209 * The type Traits<T>::IVal is the approximation of T: it is `Interval` for
227 typename Traits<T>::IVal makeIVal (const T& value)
234 typename Traits<T>::IVal unionIVal (const typename Traits<T>::IVal& a,
235 const typename Traits<T>::IVal& b)
240 //! Returns true iff every element of `ival` contains the corresponding element of `value`.
242 bool contains (const typename Traits<T>::IVal& ival, const T& value)
244 return Traits<T>::doContains(ival, value);
249 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os
    [all...]

Completed in 312 milliseconds