Lines Matching refs:NewIP

3258     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);  in getComplexType()  local
3259 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3286 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3287 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3380 BlockPointerType *NewIP = in getBlockPointerType() local
3382 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3419 LValueReferenceType *NewIP = in getLValueReferenceType() local
3421 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3459 RValueReferenceType *NewIP = in getRValueReferenceType() local
3461 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
3491 MemberPointerType *NewIP = in getMemberPointerType() local
3493 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
3543 ConstantArrayType *NewIP = in getConstantArrayType() local
3545 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
4042 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
4043 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
4115 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
4116 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
4186 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
4187 assert(!NewIP && "Matrix type shouldn't already exist in the map"); in getConstantMatrixType()
4188 (void)NewIP; in getConstantMatrixType()
4307 FunctionNoProtoType *NewIP = in getFunctionNoProtoType() local
4309 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionNoProtoType()
4481 FunctionProtoType *NewIP = in getFunctionTypeInternal() local
4483 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionTypeInternal()
4524 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos); in getPipeType() local
4525 assert(!NewIP && "Shouldn't be in the map!"); in getPipeType()
4526 (void)NewIP; in getPipeType()
5871 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() local
5872 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getAtomicType()