HomeSort by relevance Sort by last modified time
    Searched refs:IVal (Results 1 - 12 of 12) 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/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 158 APInt IVal = FVal.bitcastToAPInt();
159 uint64_t Val = *IVal.getRawData();
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 967 ( ";" | OpenBracket IVal:Number CloseBracket ";" << ArrayLength = GetNumber (IVal->getText(), IVal->getLine(), 4); IsArray = 1; >> )
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 325 TypedInit *IVal = dyn_cast<TypedInit>(IR.IterValue);
326 if (!IVal)
329 IterRec->addValue(RecordVal(IterVar->getName(), IVal->getType(), false));
331 if (SetValue(IterRec.get(), Loc, IterVar->getName(), None, IVal))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [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/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 2389 milliseconds