reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6332 if (ParseTypeAndValue(LHS, Loc, PFS)) 6335 bool Valid = IsFP ? LHS->getType()->isFPOrFPVectorTy() 6336 : LHS->getType()->isIntOrIntVectorTy(); 6341 Inst = UnaryOperator::Create((Instruction::UnaryOps)Opc, LHS);