Lines Matching defs:NewIP
3799 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
3800 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3827 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
3828 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3952 BlockPointerType *NewIP =
3954 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3991 LValueReferenceType *NewIP =
3993 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4031 RValueReferenceType *NewIP =
4033 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4063 MemberPointerType *NewIP =
4065 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4115 ConstantArrayType *NewIP =
4117 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4551 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
4552 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4624 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
4625 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4695 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos);
4696 assert(!NewIP && "Matrix type shouldn't already exist in the map");
4697 (void)NewIP;
4816 FunctionNoProtoType *NewIP =
4818 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
4990 FunctionProtoType *NewIP =
4992 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
5037 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos);
5038 assert(!NewIP && "Shouldn't be in the map!");
5039 (void)NewIP;
6567 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
6568 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;