Lines Matching refs:NewIP

3297     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);  in getComplexType()  local
3298 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3325 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3326 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3419 BlockPointerType *NewIP = in getBlockPointerType() local
3421 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3457 LValueReferenceType *NewIP = in getLValueReferenceType() local
3459 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3497 RValueReferenceType *NewIP = in getRValueReferenceType() local
3499 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
3528 MemberPointerType *NewIP = in getMemberPointerType() local
3530 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
3579 ConstantArrayType *NewIP = in getConstantArrayType() local
3581 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
4063 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
4064 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
4137 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
4138 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
4209 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
4210 assert(!NewIP && "Matrix type shouldn't already exist in the map"); in getConstantMatrixType()
4211 (void)NewIP; in getConstantMatrixType()
4330 FunctionNoProtoType *NewIP = in getFunctionNoProtoType() local
4332 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionNoProtoType()
4504 FunctionProtoType *NewIP = in getFunctionTypeInternal() local
4506 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionTypeInternal()
4546 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos); in getPipeType() local
4547 assert(!NewIP && "Shouldn't be in the map!"); in getPipeType()
4548 (void)NewIP; in getPipeType()
5859 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() local
5860 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getAtomicType()