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