Lines Matching refs:NewIP
3274 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
3275 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
3302 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
3303 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
3392 BlockPointerType *NewIP = in getBlockPointerType() local
3394 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
3430 LValueReferenceType *NewIP = in getLValueReferenceType() local
3432 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
3470 RValueReferenceType *NewIP = in getRValueReferenceType() local
3472 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
3501 MemberPointerType *NewIP = in getMemberPointerType() local
3503 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
3551 ConstantArrayType *NewIP = in getConstantArrayType() local
3553 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
4029 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
4030 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
4099 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
4100 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
4171 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType() local
4172 assert(!NewIP && "Matrix type shouldn't already exist in the map"); in getConstantMatrixType()
4173 (void)NewIP; in getConstantMatrixType()
4292 FunctionNoProtoType *NewIP = in getFunctionNoProtoType() local
4294 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionNoProtoType()
4466 FunctionProtoType *NewIP = in getFunctionTypeInternal() local
4468 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionTypeInternal()
4508 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos); in getPipeType() local
4509 assert(!NewIP && "Shouldn't be in the map!"); in getPipeType()
4510 (void)NewIP; in getPipeType()
5810 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() local
5811 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getAtomicType()