Lines Matching refs:remove_if
242 TypeVec.erase(std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceInteger()
268 TypeVec.erase(std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceFloatingPoint()
295 TypeVec.erase(std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceScalar()
320 TypeVec.erase(std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceVector()
398 auto I = std::remove_if(Other.TypeVec.begin(), Other.TypeVec.end(), in EnforceSmallerThan()
431 auto I = std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceSmallerThan()
463 auto I = std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceVectorEltTypeIs()
550 auto I = std::remove_if(VTOperand.TypeVec.begin(), VTOperand.TypeVec.end(), in EnforceVectorSubVectorTypeIs()
574 auto I = std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceVectorSubVectorTypeIs()
612 auto I = std::remove_if(VTOperand.TypeVec.begin(), VTOperand.TypeVec.end(), in EnforceVectorSameNumElts()
632 auto I = std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceVectorSameNumElts()
666 auto I = std::remove_if(VTOperand.TypeVec.begin(), VTOperand.TypeVec.end(), in EnforceSameSize()
686 auto I = std::remove_if(TypeVec.begin(), TypeVec.end(), in EnforceSameSize()