reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3100 assert(V->getType()->isFPOrFPVectorTy() && "Querying for NaN on non-FP type"); 3103 if (auto *FPMathOp = dyn_cast<FPMathOperator>(V)) 3108 if (auto *CFP = dyn_cast<ConstantFP>(V)) 3114 if (auto *Inst = dyn_cast<Instruction>(V)) { 3139 if (const auto *II = dyn_cast<IntrinsicInst>(V)) { 3167 if (!V->getType()->isVectorTy() || !isa<Constant>(V)) 3167 if (!V->getType()->isVectorTy() || !isa<Constant>(V)) 3171 unsigned NumElts = V->getType()->getVectorNumElements(); 3173 Constant *Elt = cast<Constant>(V)->getAggregateElement(i);