Lines Matching refs:NewIP
3639 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3640 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3667 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3668 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3792 BlockPointerType *NewIP = in getBlockPointerType() local
3794 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3831 LValueReferenceType *NewIP = in getLValueReferenceType() local
3833 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3871 RValueReferenceType *NewIP = in getRValueReferenceType() local
3873 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
3903 MemberPointerType *NewIP = in getMemberPointerType() local
3905 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
3955 ConstantArrayType *NewIP = in getConstantArrayType() local
3957 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
4453 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
4454 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
4526 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
4527 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
4597 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
4598 assert(!NewIP && "Matrix type shouldn't already exist in the map"); in getConstantMatrixType()
4599 (void)NewIP; in getConstantMatrixType()
4718 FunctionNoProtoType *NewIP = in getFunctionNoProtoType() local
4720 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionNoProtoType()
4892 FunctionProtoType *NewIP = in getFunctionTypeInternal() local
4894 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionTypeInternal()
4939 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos); in getPipeType() local
4940 assert(!NewIP && "Shouldn't be in the map!"); in getPipeType()
4941 (void)NewIP; in getPipeType()
6315 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() local
6316 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getAtomicType()