Searched refs:IVal (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 218 typename Traits<T>::IVal makeIVal (const T& value) in makeIVal() 225 typename Traits<T>::IVal unionIVal (const typename Traits<T>::IVal& a, in unionIVal() 226 const typename Traits<T>::IVal& b) in unionIVal() 233 bool contains (const typename Traits<T>::IVal& ival, const T& value) in contains() 240 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os) in printIVal() 246 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival) in intervalToString() 272 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) in round() 278 typename Traits<T>::IVal convert (const FloatFormat& fmt, in convert() 279 const typename Traits<T>::IVal& value) in convert() 288 typedef Interval IVal; typedef [all …]
|
/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 361 const SourceDelta &IVal = N->getValue(i); in VerifyTree() local 364 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc); in VerifyTree() 365 FullDelta += IVal.Delta; in VerifyTree() 370 IVal.FileLoc); in VerifyTree() 373 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc); in VerifyTree()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 113 const APInt *IVal; in getLogBase2Vector() local 118 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2()) in getLogBase2Vector() 120 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2())); in getLogBase2Vector() 193 const APInt *IVal; in visitMul() local 196 match(C1, m_APInt(IVal))) { in visitMul() 211 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2()) in visitMul() 213 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2()); in visitMul()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 344 TypedInit *IVal = dyn_cast<TypedInit>(IterVals[i].IterValue); in ProcessForeachDefs() local 345 if (!IVal) in ProcessForeachDefs() 348 IterRec->addValue(RecordVal(IterVar->getName(), IVal->getType(), false)); in ProcessForeachDefs() 351 std::vector<unsigned>(), IVal)) in ProcessForeachDefs()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1776 if (Instruction *IVal = dyn_cast<Instruction>(Val)) in undo() local 1777 IVal->eraseFromParent(); in undo() 1801 if (Instruction *IVal = dyn_cast<Instruction>(Val)) in undo() local 1802 IVal->eraseFromParent(); in undo() 1826 if (Instruction *IVal = dyn_cast<Instruction>(Val)) in undo() local 1827 IVal->eraseFromParent(); in undo()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9732 SDValue IVal, StoreSDNode *St, in ShrinkLoadReplaceStoreWithStore() argument 9740 APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(), in ShrinkLoadReplaceStoreWithStore() 9742 if (!DAG.MaskedValueIsZero(IVal, Mask)) return nullptr; in ShrinkLoadReplaceStoreWithStore() 9754 IVal = DAG.getNode(ISD::SRL, SDLoc(IVal), IVal.getValueType(), IVal, in ShrinkLoadReplaceStoreWithStore() 9756 DC->getShiftAmountTy(IVal.getValueType()))); in ShrinkLoadReplaceStoreWithStore() 9765 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore() 9769 Ptr = DAG.getNode(ISD::ADD, SDLoc(IVal), Ptr.getValueType(), in ShrinkLoadReplaceStoreWithStore() 9775 IVal = DAG.getNode(ISD::TRUNCATE, SDLoc(IVal), VT, IVal); in ShrinkLoadReplaceStoreWithStore() 9778 return DAG.getStore(St->getChain(), SDLoc(St), IVal, Ptr, in ShrinkLoadReplaceStoreWithStore()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 490 Value *IVal = SI->getValueOperand(); in getInstructionTypes() local 491 T1 = IVal->getType(); in getInstructionTypes()
|